evm.h 117 B

1234567
  1. #ifndef _EVM_H
  2. #define _EVM_H
  3. void enable_uart0_pin_mux(void);
  4. void enable_mmc1_pin_mux(void);
  5. #endif /* _EVM_H */