mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
4e4f908379
Currently this works only in qemu.
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
|