1 /* 2 * PROJECT: ReactOS DDK 3 * COPYRIGHT: This file is in the Public Domain. 4 * FILE: driverspecs.h 5 * ABSTRACT: This header stubs out Driver Verifier annotations to 6 * allow drivers using them to compile with our header set. 7 */ 8 9 /* 10 * Stubs 11 */ 12 #define __drv_dispatchType(x) 13 #define __drv_dispatchType_other 14 15 #define __drv_aliasesMem 16 #define __drv_allocatesMem(kind) 17 #define __drv_freesMem(kind) 18