blob: 98e32cc2ef3dac4388e1fd5c06d444fa20734d02 [file] [log] [blame]
Andrew Lunnb02b6432014-02-25 18:34:01 +01001/*
2 * Board functions for Marvell System On Chip
3 *
4 * Copyright (C) 2014
5 *
6 * Andrew Lunn <andrew@lunn.ch>
7 *
8 * This file is licensed under the terms of the GNU General Public
9 * License version 2. This program is licensed "as is" without any
10 * warranty of any kind, whether express or implied.
11 */
12
13#ifndef __ARCH_MVEBU_BOARD_H
14#define __ARCH_MVEBU_BOARD_H
15
Andrew Lunn55fc8302014-05-26 21:29:48 +020016#ifdef CONFIG_MACH_NETXBIG
17void netxbig_init(void);
18#else
19static inline void netxbig_init(void) {};
20#endif
Andrew Lunnb02b6432014-02-25 18:34:01 +010021#endif