superio.h 337 B

123456789101112131415
  1. /*
  2. * Copyright (C) 2013 Imagination Technologies
  3. * Author: Paul Burton <paul.burton@mips.com>
  4. *
  5. * Setup code for the FDC37M817 super I/O controller
  6. *
  7. * SPDX-License-Identifier: GPL-2.0+
  8. */
  9. #ifndef __BOARD_MALTA_SUPERIO_H__
  10. #define __BOARD_MALTA_SUPERIO_H__
  11. void malta_superio_init(void);
  12. #endif /* __BOARD_MALTA_SUPERIO_H__ */