Update olpc target kernel to 2.26.5.
[openwrt/openwrt.git] / target / linux / olpc / files-2.6.23 / include / asm-i386 / ofw.h
1 /*
2 * Definitions for Open Firmware client interface on 32-bit system.
3 * OF Cell size is 4. Integer properties are encoded big endian,
4 * as with all OF implementations.
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
10 */
11 #ifndef _OFW_H
12 #define _OFW_H
13
14 extern int ofw(char *, int, int, ...);
15
16 #endif