Changeset 33 for trunk/src/os2ahci/os2ahci.h
- Timestamp:
- Oct 1, 2010, 4:07:50 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.h
r31 r33 239 239 #define PCI_CLASS_STORAGE_OTHER 0x0180 240 240 241 /****************************************************************************** 242 * ANSI color code constants 243 */ 244 #define ANSI_CLR_BRIGHT "\x1b[1m" 245 #define ANSI_CLR_RED "\x1b[31m" 246 #define ANSI_CLR_GREEN "\x1b[32m" 247 #define ANSI_CLR_BLUE "\x1b[34m" 248 #define ANSI_CLR_CYAN "\x1b[36m" 249 #define ANSI_CLR_WHITE "\x1b[37m" 250 #define ANSI_RESET "\x1b[0m" 251 252 241 253 /* ------------------------ typedefs and structures ------------------------ */ 242 254 … … 255 267 u32 class_mask; /* bits to match when scanning for 'class' */ 256 268 u32 board; /* AHCI controller board type (board_* constants) */ 269 char *chipname; /* human readable chip ID string */ 257 270 } PCI_ID; 258 271 … … 434 447 extern int pci_enable_int (UCHAR bus, UCHAR dev_func); 435 448 extern void pci_hack_virtualbox(void); 449 extern char *vendor_from_id (u16 vendor); 450 extern char *device_from_id (u16 device); 436 451 437 452 /* ctxhook.c */
Note:
See TracChangeset
for help on using the changeset viewer.