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