blob: d81578cbef484b05f5b618bcb798dee8b4fa1614 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/**
2 ******************************************************************************
3 *
4 * @file rwnx_pci.h
5 *
6 * Copyright (C) RivieraWaves 2012-2019
7 *
8 ******************************************************************************
9 */
10
11#ifndef _RWNX_PCI_H_
12#define _RWNX_PCI_H_
13
14int rwnx_pci_register_drv(void);
15void rwnx_pci_unregister_drv(void);
16
17#endif /* _RWNX_PCI_H_ */