Doxidization, reformat
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1469 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
9f46132e96
commit
e52666931a
22 changed files with 572 additions and 289 deletions
|
|
@ -46,6 +46,7 @@ struct device {
|
|||
unsigned short device;
|
||||
unsigned int class; /* 3 bytes: (base,sub,prog-if) */
|
||||
unsigned int hdr_type; /* PCI header type */
|
||||
/* @todo rename this to 'enabled' */
|
||||
unsigned int enable : 1; /* set if we should enable the device */
|
||||
|
||||
uint8_t command;
|
||||
|
|
|
|||
|
|
@ -28,7 +28,9 @@ struct pci_driver {
|
|||
};
|
||||
|
||||
#define __pci_driver __attribute__ ((unused,__section__(".rodata.pci_driver")))
|
||||
/** start of compile time generated pci driver array */
|
||||
extern struct pci_driver pci_drivers[];
|
||||
/** end of compile time generated pci driver array */
|
||||
extern struct pci_driver epci_drivers[];
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue