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