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