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:
Kees van Reeuwijk
2010-04-07 13:35:56 +00:00
parent 25f2145956
commit c114df82ec
19 changed files with 127 additions and 195 deletions

View File

@@ -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 */