xref: /openbmc/u-boot/board/imgtec/malta/superio.h (revision e8f80a5a)
1*83d290c5STom Rini /* SPDX-License-Identifier: GPL-2.0+ */
2a257f626SPaul Burton /*
3a257f626SPaul Burton  * Copyright (C) 2013 Imagination Technologies
4c5bf161fSPaul Burton  * Author: Paul Burton <paul.burton@mips.com>
5a257f626SPaul Burton  *
6a257f626SPaul Burton  * Setup code for the FDC37M817 super I/O controller
7a257f626SPaul Burton  */
8a257f626SPaul Burton 
9a257f626SPaul Burton #ifndef __BOARD_MALTA_SUPERIO_H__
10a257f626SPaul Burton #define __BOARD_MALTA_SUPERIO_H__
11a257f626SPaul Burton 
1291ec615eSPaul Burton void malta_superio_init(void);
13a257f626SPaul Burton 
14a257f626SPaul Burton #endif /* __BOARD_MALTA_SUPERIO_H__ */
15