1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/x86/include/x86_pci_init.h
René Kijewski 4e4f908379 Initial import of the x86 port
Currently this works only in qemu.
2014-05-25 13:40:29 +02:00

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