16 lines
181 B
C
16 lines
181 B
C
|
|
#ifndef _HGIC_SDSPI_H_
|
||
|
|
#define _HGIC_SDSPI_H_
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
extern "C" {
|
||
|
|
#endif
|
||
|
|
|
||
|
|
int32 hgic_sdspi_attach(uint32 dev_id, uint32 spi_dev);
|
||
|
|
|
||
|
|
#ifdef __cplusplus
|
||
|
|
}
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif
|
||
|
|
|