blob: 9a49ed036b72bd9660aca6f5ef5153fd6603ae28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* ATSTK1000 setup code: Daughterboard interface
*
* Copyright (C) 2007 Atmel Corporation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __ARCH_AVR32_BOARDS_ATSTK1000_ATSTK1000_H
#define __ARCH_AVR32_BOARDS_ATSTK1000_ATSTK1000_H
extern struct atmel_lcdfb_info atstk1000_lcdc_data;
#endif /* __ARCH_AVR32_BOARDS_ATSTK1000_ATSTK1000_H */
|