mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 02:53:52 +01:00
9 lines
139 B
C
9 lines
139 B
C
#ifndef __X86__PCI_INIT__H
|
|
#define __X86__PCI_INIT__H
|
|
|
|
/* no PCI devices are implemented, yet */
|
|
|
|
void x86_init_pci_devices(void);
|
|
|
|
#endif
|