···11+/*22+ * bfin_sdh.h - Blackfin SDH definitions33+ *44+ * Copyright 2008 Analog Devices Inc.55+ *66+ * Licensed under the GPL-2 or later.77+ */88+99+#ifndef __BFIN_SDH_H__1010+#define __BFIN_SDH_H__1111+1212+struct bfin_sd_host {1313+ int dma_chan;1414+ int irq_int0;1515+ int irq_int1;1616+ u16 pin_req[7];1717+};1818+1919+#endif