superio.h 337 B

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