blob: 6aebec62d4a4d078cb566d93853b27a1841df80f [file] [log] [blame]
Matt Porterea7b96b2013-03-15 10:07:10 +00001#ifndef _EVM_H
2#define _EVM_H
3
4void enable_uart0_pin_mux(void);
5void enable_mmc1_pin_mux(void);
Matt Portercd874642013-03-20 05:38:14 +00006void enable_enet_pin_mux(void);
Matt Porterea7b96b2013-03-15 10:07:10 +00007
8#endif /* _EVM_H */