Kernel - Slight reworks to timer code
[tpg/acess2.git] / Kernel / include / api_drv_common.h
index a8da516..59bef5f 100644 (file)
@@ -32,7 +32,7 @@
  * from their entries in ::eTplDrv_Type.
  */
 #ifndef _API_DRV_COMMON_H
-#define _API_DR_COMMON_H
+#define _API_DRV_COMMON_H
 
 /**
  * \enum eTplDrv_IOCtl
@@ -75,7 +75,12 @@ enum eTplDrv_IOCtl {
         * of this driver's IOCtl calls by taking a string and returning the
         * IOCtl call number associated with that method name.
         */
-       DRV_IOCTL_LOOKUP
+       DRV_IOCTL_LOOKUP,
+
+       /**
+        * \brief First non-reserved IOCtl number for driver extension
+        */
+       DRV_IOCTL_USERMIN = 0x1000,
 };
 
 /**

UCC git Repository :: git.ucc.asn.au