X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Flink-mso19%2Flink-mso19.h;h=dddcd8527964a6789b44b64c8b8365a7f3a49608;hb=a00ba012288726678e1a270961c8d4f46f3dbd33;hp=7bf598e15ce3b5a9723cb1ce955c19cac80797c4;hpb=2566bd4884bf33518488504575ba62e99ef43a7b;p=libsigrok.git diff --git a/hardware/link-mso19/link-mso19.h b/hardware/link-mso19/link-mso19.h index 7bf598e1..dddcd852 100644 --- a/hardware/link-mso19/link-mso19.h +++ b/hardware/link-mso19/link-mso19.h @@ -7,10 +7,18 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . */ -#ifndef LINK_MSO19_H -#define LINK_MSO19_H +#ifndef SIGROK_LINK_MSO19_H +#define SIGROK_LINK_MSO19_H /* our private per-instance data */ struct mso { @@ -106,5 +114,5 @@ uint16_t la_threshold_map[] = { 0x8eff, 0x8fff, }; -#endif +#endif