blob: 1450da56dd38dc63a82c358554d76411d9853cae [file] [log] [blame]
Paul Burtona257f622013-11-08 11:18:49 +00001/*
2 * Copyright (C) 2013 Imagination Technologies
3 * Author: Paul Burton <paul.burton@imgtec.com>
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
13extern void malta_superio_init(void *io_base);
14
15#endif /* __BOARD_MALTA_SUPERIO_H__ */