mirror of
https://github.com/fail0verflow/mini.git
synced 2025-02-20 05:22:42 +01:00
merge: sdhcvar.h
This commit is contained in:
parent
9bc2a5023a
commit
a65e1c4bfc
@ -21,7 +21,10 @@
|
|||||||
#define _SDHCVAR_H_
|
#define _SDHCVAR_H_
|
||||||
|
|
||||||
#include "bsdtypes.h"
|
#include "bsdtypes.h"
|
||||||
|
#ifdef CAN_HAZ_IPC
|
||||||
#include "ipc.h"
|
#include "ipc.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define SDHC_MAX_HOSTS 4
|
#define SDHC_MAX_HOSTS 4
|
||||||
|
|
||||||
struct sdhc_host {
|
struct sdhc_host {
|
||||||
@ -54,8 +57,9 @@ void sdhc_shutdown(void *);
|
|||||||
int sdhc_intr(void *);
|
int sdhc_intr(void *);
|
||||||
void sdhc_init(void);
|
void sdhc_init(void);
|
||||||
void sdhc_irq(void);
|
void sdhc_irq(void);
|
||||||
|
#ifdef CAN_HAZ_IPC
|
||||||
void sdhc_ipc(volatile ipc_request *req);
|
void sdhc_ipc(volatile ipc_request *req);
|
||||||
|
#endif
|
||||||
/* flag values */
|
/* flag values */
|
||||||
#define SDHC_F_NOPWR0 (1 << 0)
|
#define SDHC_F_NOPWR0 (1 << 0)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user