Changeset 675 for GPL/branches/uniaud32-next/drv32/rmhelp.c
- Timestamp:
- Feb 15, 2021, 9:44:30 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/drv32/rmhelp.c
r656 r675 14 14 15 15 #include <devhelp.h> 16 #include <devinfo.h>17 18 #include <rmbase.h> // Resource manager definitions.19 #include "rmcalls.h"20 #include <rmioctl.h>21 22 16 #include <version.h> 23 17 #include <dbgos2.h> 24 #include <unicard.h>25 18 #include <osspci.h> 26 19 #include <ossidc32.h> 20 #include <string.h> 21 #include "rmbase.h" // Resource manager definitions. 22 #include "rmcalls.h" 27 23 #include "pciids.h" 28 29 #include <string.h>30 24 31 25 #define MAX_RESHANDLES 16
Note:
See TracChangeset
for help on using the changeset viewer.