blob: 11e9cef978e80574424e5e7726b644a8797d5d15 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Paul Burtona257f622013-11-08 11:18:49 +00002/*
3 * Copyright (C) 2013 Imagination Technologies
Paul Burtonc5bf1612017-10-30 16:58:21 -07004 * Author: Paul Burton <paul.burton@mips.com>
Paul Burtona257f622013-11-08 11:18:49 +00005 *
6 * Setup code for the FDC37M817 super I/O controller
Paul Burtona257f622013-11-08 11:18:49 +00007 */
8
9#ifndef __BOARD_MALTA_SUPERIO_H__
10#define __BOARD_MALTA_SUPERIO_H__
11
Paul Burton91ec6152016-01-29 13:54:54 +000012void malta_superio_init(void);
Paul Burtona257f622013-11-08 11:18:49 +000013
14#endif /* __BOARD_MALTA_SUPERIO_H__ */