linux/audit.h: move ptrace.h include to kernel header
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / cxt1e1 / pmc93x6_eeprom.h
blob96c48cb832602e28dd7878bcc5d22330e9a4e7a6
1 #ifndef _INC_PMC93X6_EEPROM_H_
2 #define _INC_PMC93X6_EEPROM_H_
4 /*-----------------------------------------------------------------------------
5 * pmc93x6_eeprom.h -
7 * Copyright (C) 2002-2004 SBE, Inc.
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
19 * For further information, contact via email: support@sbei.com
20 * SBE, Inc. San Ramon, California U.S.A.
21 *-----------------------------------------------------------------------------
24 #include <linux/types.h>
26 #ifdef __KERNEL__
28 #include "pmcc4_private.h"
30 void pmc_eeprom_read_buffer (long, long, char *, int);
31 void pmc_eeprom_write_buffer (long, long, char *, int);
32 void pmc_init_seeprom (u_int32_t, u_int32_t);
33 char pmc_verify_cksum (void *);
35 #endif /*** __KERNEL__ ***/
37 #endif
39 /*** End-of-File ***/