18 lines
394 B
C
18 lines
394 B
C
/**
|
|
******************************************************************************
|
|
*
|
|
* @file rwnx_pci.h
|
|
*
|
|
* Copyright (C) RivieraWaves 2012-2019
|
|
*
|
|
******************************************************************************
|
|
*/
|
|
|
|
#ifndef _RWNX_PCI_H_
|
|
#define _RWNX_PCI_H_
|
|
|
|
int rwnx_pci_register_drv(void);
|
|
void rwnx_pci_unregister_drv(void);
|
|
|
|
#endif /* _RWNX_PCI_H_ */
|