board.h 206 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2016 Amarula Solutions B.V.
  4. */
  5. #ifndef _BOARD_H_
  6. #define _BOARD_H_
  7. void setup_gpmi_nand(void);
  8. void setup_display(void);
  9. #endif /* _BOARD_H_ */