ARM: OMAP1: move lcd pdata out of arch/arm/*
[pandora-kernel.git] / arch / arm / plat-omap / include / plat / board.h
1 /*
2  *  arch/arm/plat-omap/include/mach/board.h
3  *
4  *  Information structures for board-specific data
5  *
6  *  Copyright (C) 2004  Nokia Corporation
7  *  Written by Juha Yrjölä <juha.yrjola@nokia.com>
8  */
9
10 #ifndef _OMAP_BOARD_H
11 #define _OMAP_BOARD_H
12
13 #include <linux/types.h>
14
15 /* for TI reference platforms sharing the same debug card */
16 extern int debug_card_init(u32 addr, unsigned gpio);
17
18 #endif