2 * Driver interface to the ASIC Complasion chip on the iPAQ H3800
4 * Copyright 2001 Compaq Computer Corporation.
6 * Use consistent with the GNU GPL is permitted,
7 * provided that this copyright notice is
8 * preserved in its entirety in all copies and derived works.
10 * COMPAQ COMPUTER CORPORATION MAKES NO WARRANTIES, EXPRESSED OR IMPLIED,
11 * AS TO THE USEFULNESS OR CORRECTNESS OF THIS CODE OR ITS
12 * FITNESS FOR ANY PARTICULAR PURPOSE.
14 * Author: Andrew Christian
15 * <Andrew.Christian@compaq.com>
18 * Restrutured June 2002
21 #ifndef H3600_ASIC_MMC_H
22 #define H3600_ASIC_MMC_H
24 int h3600_asic_mmc_init(void);
25 void h3600_asic_mmc_cleanup(void);
26 int h3600_asic_mmc_suspend(void);
27 void h3600_asic_mmc_resume(void);
29 #endif /* H3600_ASIC_MMC_H */