Changeset 547 for GPL/trunk/include
- Timestamp:
- Mar 16, 2011, 10:31:12 PM (15 years ago)
- Location:
- GPL/trunk/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/dbgos2.h
r521 r547 25 25 #ifndef __COMMDBG_H__ 26 26 #define __COMMDBG_H__ 27 28 typedef struct { 29 unsigned short usState; 30 unsigned long ulIntServiced[4]; 31 unsigned long ulIntUnserviced[4]; 32 } DBGINT; 27 33 28 34 #ifdef __cplusplus -
GPL/trunk/include/linux/pci.h
r522 r547 374 374 int (*deactivate)(struct pci_dev *dev); 375 375 #ifdef TARGET_OS2 376 void *pcidriver; 376 unsigned int picirq; 377 unsigned int apicirq; 378 unsigned long hAdapter; 379 unsigned long hDevice; 380 void *pcidriver; 377 381 #endif 378 382 }; -
GPL/trunk/include/osspci.h
r545 r547 35 35 BOOL RMRequestIRQ(ULONG ulIrq, BOOL fShared, ULONG *phRes); 36 36 BOOL RMDeallocateIRQ(ULONG hRes); 37 VOID RMDone(ULONG DevID); 37 VOID RMDone(ULONG DevID, ULONG *phAdapter, ULONG *phDevice); 38 VOID RMSetHandles(ULONG hAdapter, ULONG hDevice); 38 39 39 40 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.