davinci: update DM644x support in preparation for more SoCs
[linux-ginger.git] / arch / arm / mach-davinci / include / mach / board-dm6446evm.h
blob3216f21c123850a0e107c805222f71ee52a4a786
1 /*
2 * DaVinci DM6446 EVM board specific headers
4 * Author: Kevin Hilman, Deep Root Systems, LLC
6 * 2007 (c) Deep Root Systems, LLC. This file is licensed under
7 * the terms of the GNU General Public License version 2. This program
8 * is licensed "as is" without any warranty of any kind, whether express
9 * or ifndef.
12 #ifndef _MACH_DAVINCI_DM6446EVM_H
13 #define _MACH_DAVINCI_DM6446EVM_H
15 #include <linux/types.h>
17 int dm6446evm_eeprom_read(char *buf, off_t off, size_t count);
18 int dm6446evm_eeprom_write(char *buf, off_t off, size_t count);
20 #endif