diff options
Diffstat (limited to 'qemu/roms/u-boot/board/ti/ti814x/evm.h')
-rw-r--r-- | qemu/roms/u-boot/board/ti/ti814x/evm.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/board/ti/ti814x/evm.h b/qemu/roms/u-boot/board/ti/ti814x/evm.h new file mode 100644 index 000000000..6aebec62d --- /dev/null +++ b/qemu/roms/u-boot/board/ti/ti814x/evm.h @@ -0,0 +1,8 @@ +#ifndef _EVM_H +#define _EVM_H + +void enable_uart0_pin_mux(void); +void enable_mmc1_pin_mux(void); +void enable_enet_pin_mux(void); + +#endif /* _EVM_H */ |