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
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __OMAP_COMMON_BOARD_DEVICES__
3#define __OMAP_COMMON_BOARD_DEVICES__
4
5#include <linux/mfd/menelaus.h>
6
7void *n8x0_legacy_init(void);
8
9extern struct menelaus_platform_data n8x0_menelaus_platform_data;
10
11#endif /* __OMAP_COMMON_BOARD_DEVICES__ */