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 9 #ifndef __BOARD_MALTA_SUPERIO_H__ 10 #define __BOARD_MALTA_SUPERIO_H__ 11 12 void malta_superio_init(void); 13 14 #endif /* __BOARD_MALTA_SUPERIO_H__ */ 15