https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 7e753909d2aab5c664737f637e9f8c18d9e5f14d authored by Jason Self on 17 December 2012, 18:56:53 UTC
Linux-libre 3.0.57-gnu1
Tip revision: 7e75390
lacie_v2-common.h
/*
 * arch/arm/mach-kirkwood/lacie_v2-common.h
 *
 * This file is licensed under the terms of the GNU General Public
 * License version 2.  This program is licensed "as is" without any
 * warranty of any kind, whether express or implied.
 */

#ifndef __ARCH_KIRKWOOD_LACIE_V2_COMMON_H
#define __ARCH_KIRKWOOD_LACIE_V2_COMMON_H

void lacie_v2_register_flash(void);
void lacie_v2_register_i2c_devices(void);
void lacie_v2_hdd_power_init(int hdd_num);

#endif
back to top