sync hh.org
[hh.org.git] / drivers / net / wireless / acx / acx_hw.h
blob5cef238754e840da20795f89a7b481d1a351b09a
1 /*
2 * Interface for ACX slave memory driver
4 * Copyright (c) 2006 SDG Systems, LLC
6 * GPL
8 */
10 #ifndef _ACX_HW_H
11 #define _ACX_HW_H
13 struct acx_hardware_data {
14 int (*start_hw)( void );
15 int (*stop_hw)( void );
18 #endif /* _ACX_HW_H */