2nd time lucky - MPU401 driver. Sorry about the previous breakage of blue :(
[reactos.git] / reactos / drivers / dd / blue / dll / messages.h
1 // These were missed out of mmsystem.h so I define them here until I get
2 // round to submitting a patch for mmsystem.h :)
3
4 #define DRVM_INIT 100
5 #define DRVM_EXIT 101
6 #define DRVM_DISABLE 102
7 #define DRVM_ENABLE 103
8
9 #define MODM_INIT DRVM_INIT
10 #define MODM_GETNUMDEVS 1
11 #define MODM_GETDEVCAPS 2
12 #define MODM_OPEN 3
13 #define MODM_CLOSE 4
14 #define MODM_PREPARE 5
15 #define MODM_UNPREPARE 6
16 #define MODM_DATA 7
17 #define MODM_LONGDATA 8
18 #define MODM_RESET 9
19 #define MODM_GETVOLUME 10
20 #define MODM_SETVOLUME 11
21 #define MODM_CACHEPATCHES 12
22 #define MODM_CACHEDRUMPATCHES 13
23
24 #define MIDM_INIT DRVM_INIT
25 #define MIDM_GETNUMDEVS 53
26 #define MIDM_GETDEVCAPS 54
27 #define MIDM_OPEN 55
28 #define MIDM_CLOSE 56
29 #define MIDM_PREPARE 57
30 #define MIDM_UNPREPARE 58
31 #define MIDM_ADDBUFFER 59
32 #define MIDM_START 60
33 #define MIDM_STOP 61
34 #define MIDM_RESET 62