Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso...
[linux-block.git] / arch / arm / mach-omap2 / common-board-devices.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
96974a24
MR
2#ifndef __OMAP_COMMON_BOARD_DEVICES__
3#define __OMAP_COMMON_BOARD_DEVICES__
4
e92ce89c 5#include <linux/mfd/menelaus.h>
a53b8e3b 6
fa590c92 7void *n8x0_legacy_init(void);
96974a24 8
e92ce89c 9extern struct menelaus_platform_data n8x0_menelaus_platform_data;
e92ce89c 10
96974a24 11#endif /* __OMAP_COMMON_BOARD_DEVICES__ */