]> git.sur5r.net Git - u-boot/blob - board/imgtec/malta/superio.h
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / board / imgtec / malta / superio.h
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__ */