Changeset 130 for GPL/trunk/include
- Timestamp:
- Jun 12, 2007, 11:32:16 PM (18 years ago)
- Location:
- GPL/trunk/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/dbgos2.h
r32 r130 42 42 #define dprintf3(a) if(DebugLevel > 2) DPE a 43 43 #define DebugInt3() ; //_asm int 3; 44 #else 44 #else // #ifndef DEBUG 45 45 #define dprintf(a) 46 46 #define dprintf2(a) 47 47 #define dprintf3(a) 48 48 #define DebugInt3() ; 49 #endif 49 #endif // if DEBUG 50 50 51 51 #endif //__COMMDBG_H__ -
GPL/trunk/include/linux/sched.h
r128 r130 44 44 void schedule(void); 45 45 46 // 12 Jun 07 SHL Drop superfluous near 46 47 extern int request_irq(unsigned int, 47 int ( near*handler)(int, void *, struct pt_regs *),48 int (*handler)(int, void *, struct pt_regs *), 48 49 unsigned long, const char *, void *); 49 50 extern void free_irq(unsigned int, void *); -
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.