From 488d36e011abe753f6a2228b17d0023aa411e9f9 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 3 Jul 2002 20:40:25 +0000 Subject: [PATCH] disable unapproved defines --- include/linux/comedi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/comedi.h b/include/linux/comedi.h index bac4348c..7336f861 100644 --- a/include/linux/comedi.h +++ b/include/linux/comedi.h @@ -216,8 +216,8 @@ typedef unsigned short sampl_t; //#define INSN_CONFIG_TRIG 0x12 //#define INSN_CONFIG_COUNTER 0x13 #define INSN_CONFIG_ALT_SOURCE 0x14 -#define INSN_CONFIG_DIGITAL_TRIG 0x15 -#define INSN_CONFIG_BLOCK_SIZE 0x16 +//#define INSN_CONFIG_DIGITAL_TRIG 0x15 +//#define INSN_CONFIG_BLOCK_SIZE 0x16 /* ioctls */ -- 2.26.2