diff options
Diffstat (limited to 'roms/u-boot/board/armltd/vexpress64/pcie.h')
-rw-r--r-- | roms/u-boot/board/armltd/vexpress64/pcie.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roms/u-boot/board/armltd/vexpress64/pcie.h b/roms/u-boot/board/armltd/vexpress64/pcie.h new file mode 100644 index 000000000..14642f4f5 --- /dev/null +++ b/roms/u-boot/board/armltd/vexpress64/pcie.h @@ -0,0 +1,6 @@ +#ifndef __VEXPRESS64_PCIE_H__ +#define __VEXPRESS64_PCIE_H__ + +void vexpress64_pcie_init(void); + +#endif /* __VEXPRESS64_PCIE_H__ */ |