X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fapi_drv_common.h;h=59bef5fed1de64fa18d6901c3a0db4e9c642a901;hb=e20b7220513e6010d883ae76ca1cf2c8f0ec26af;hp=4e92c5feaef7f947cc3cd39533dbd1f894973377;hpb=b6879fefd842b1d72fdade26b514753b51dde5f1;p=tpg%2Facess2.git diff --git a/Kernel/include/api_drv_common.h b/Kernel/include/api_drv_common.h index 4e92c5fe..59bef5fe 100644 --- a/Kernel/include/api_drv_common.h +++ b/Kernel/include/api_drv_common.h @@ -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, }; /**