Skip to content

Commit

Permalink
pci
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhuzhus committed Sep 14, 2024
1 parent 43eb0a4 commit 37e99d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/drivers/include/drivers/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ const struct rt_pci_device_id *rt_pci_match_ids(struct rt_pci_device *pdev,

rt_err_t rt_pci_driver_register(struct rt_pci_driver *pdrv);
rt_err_t rt_pci_device_register(struct rt_pci_device *pdev);
rt_ubase_t rt_pci_get_addr(struct rt_pci_device* pdev,rt_ubase_t flags);
struct rt_pci_bus_resource *rt_pci_get_addr(struct rt_pci_device* pdev,rt_ubase_t flags);

#define RT_PCI_DRIVER_EXPORT(driver) RT_DRIVER_EXPORT(driver, pci, BUILIN)

Expand Down

0 comments on commit 37e99d9

Please sign in to comment.