You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
343 B

/* This is the header file for the pci related functions
* This may also incorporate the netwrok related stuff as well
*/
#ifndef SYNOP_GMAC_PCI_BUS_INTERFACE_H
#define SYNOP_GMAC_PCI_BUS_INTERFACE_H 1
int synopGMAC_init_pci_bus_interface(void);
void synopGMAC_exit_pci_bus_interface(void);
#endif /* End of file */