diff --git a/lib/c/2014/labcomm2014.h b/lib/c/2014/labcomm2014.h index 5492b1e230b183c0a3d876570fad0fd342e616eb..c9e173fade4f41eb002a995602bf4a006066a423 100644 --- a/lib/c/2014/labcomm2014.h +++ b/lib/c/2014/labcomm2014.h @@ -20,8 +20,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef __LABCOMM_H__ -#define __LABCOMM_H__ +#ifndef __LABCOMM2014_H__ +#define __LABCOMM2014_H__ #include <stdarg.h> @@ -133,6 +133,4 @@ int labcomm2014_encoder_ioctl(struct labcomm2014_encoder *encoder, uint32_t ioctl_action, ...); -#define LABCOMM_VOID ((void*)1) - #endif