Fix include problem
[kugel-rb.git] / firmware / export / ata_mmc.h
blob2f8011cf8f82b85d9e066556eb8fd7c73250aabb
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
10 * Copyright (C) 2004 by Jens Arnold
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
20 ****************************************************************************/
21 #ifndef __ATA_MMC_H__
22 #define __ATA_MMC_H__
24 void mmc_enable_int_flash_clock(bool on);
25 bool mmc_detect(void);
26 bool mmc_touched(void);
27 bool mmc_usb_active(int delayticks);
29 #ifdef HAVE_HOTSWAP
30 void mmc_enable_monitoring(bool on);
31 #endif
33 #endif