mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +08:00
declare pci_dev_register
Signed-off-by: lipengfei28 <lipengfei28@xiaomi.com>
This commit is contained in:
@@ -26,11 +26,25 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <nuttx/arch.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
* Name: pci_dev_register
|
||||
*
|
||||
* Description:
|
||||
* Create an pci dev driver.
|
||||
*
|
||||
* Returned Value:
|
||||
* Zero (OK) on success; A negated errno value on failure.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
int pci_dev_register(void);
|
||||
|
||||
/****************************************************************************
|
||||
* Name: pci_ivshmem_register
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user