]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/imgtec/malta/superio.h
Merge git://git.denx.de/u-boot-sunxi
[people/ms/u-boot.git] / board / imgtec / malta / superio.h
CommitLineData
a257f626
PB
1/*
2 * Copyright (C) 2013 Imagination Technologies
c5bf161f 3 * Author: Paul Burton <paul.burton@mips.com>
a257f626
PB
4 *
5 * Setup code for the FDC37M817 super I/O controller
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10#ifndef __BOARD_MALTA_SUPERIO_H__
11#define __BOARD_MALTA_SUPERIO_H__
12
91ec615e 13void malta_superio_init(void);
a257f626
PB
14
15#endif /* __BOARD_MALTA_SUPERIO_H__ */