ccid_proto.h: Add enum ccid_class_spec_req

This list the three class specific control requests specified in
the CCID spec.

Change-Id: Ib0016c48627462b189efe956d277b7200c74dd53
diff --git a/sysmoOCTSIM/gcc/Makefile b/sysmoOCTSIM/gcc/Makefile
index 8b47909..451ed35 100644
--- a/sysmoOCTSIM/gcc/Makefile
+++ b/sysmoOCTSIM/gcc/Makefile
@@ -3,7 +3,7 @@
 ################################################################################
 
 EXTRA_LIBS=/usr/local/arm-none-eabi/lib/libosmocore.a
-EXTRA_CFLAGS=-I/usr/local/arm-none-eabi/include
+EXTRA_CFLAGS=-I/usr/local/arm-none-eabi/include -I../../ccid
 
 ifdef SystemRoot
 	SHELL = cmd.exe