mmc_samsung.h.bak

来自「The sd/mmc driver for s3c2410, it is muc」· BAK 代码 · 共 15 行

BAK
15
字号
struct s3c_mmc_lowlevel {	char *name;	char *sd_base;	int sdi_irq;	int detect_irq;	int (*slot_init)(struct s3c_mmc_lowlevel *);	int (*slot_cleanup)(struct s3c_mmc_lowlevel *);	int (*slot_is_empty)(struct s3c_mmc_lowlevel *);	void *priv;};int s3c_mmc_register_slot(struct s3c_mmc_lowlevel *s3c_mmc_lowlevel);int s3c_mmc_unregister_slot(void);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?