Changeset 130 for GPL/trunk/include/ossidc32.h
- Timestamp:
- Jun 12, 2007, 11:32:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/ossidc32.h
r127 r130 32 32 #endif 33 33 34 //16 bits pdd calls this during init. OSS_InitDriver calls init_module 35 int MyDevBlock(ULONG id, ULONG tout, char flag); 36 34 37 //32 bits IDC procedures 35 //16 bits pdd calls this during init. OSS_InitDriver calls init_module36 extern int MyDevBlock(ULONG id, ULONG tout, char flag);37 38 OSSRET OSS32_Initialize(); 38 39 OSSRET OSS32_Shutdown(); 40 41 int OSS32_CloseUNI16(void); // 12 Jun 07 SHL 42 39 43 OSSRET OSS32_QueryDevCaps(ULONG deviceid, POSS32_DEVCAPS pDevCaps); 40 44 OSSRET OSS32_QueryNames(ULONG deviceid, char *pszDeviceName, ULONG cbDeviceName,
Note:
See TracChangeset
for help on using the changeset viewer.