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

9 lines
139 B
C
Raw Normal View History

#ifndef __X86__PCI_INIT__H
#define __X86__PCI_INIT__H
/* no PCI devices are implemented, yet */
void x86_init_pci_devices(void);
#endif