mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +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
|