Rename all uses of U8_t to u8_t and remove U8_t, remove unused I8_t,
Remove all uses of U16_t and U32_t in pci-related code. If necessary to avoid problems, change functions to ansi-style declaration.
This commit is contained in:
@@ -9,9 +9,7 @@ pci_dev_name.c
|
||||
/*===========================================================================*
|
||||
* pci_dev_name *
|
||||
*===========================================================================*/
|
||||
PUBLIC char *pci_dev_name(vid, did)
|
||||
u16_t vid;
|
||||
u16_t did;
|
||||
PUBLIC char *pci_dev_name(u16_t vid, u16_t did)
|
||||
{
|
||||
static char name[PCIINFO_ENTRY_SIZE]; /* We need a better interface for this */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user