aboutsummaryrefslogtreecommitdiff
path: root/arch/blackfin/include/asm/bfin_sdh.h
blob: d61d5497c590d07e231a208790ad9e3b9993b1b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * bfin_sdh.h - Blackfin SDH definitions
 *
 * Copyright 2008 Analog Devices Inc.
 *
 * Licensed under the GPL-2 or later.
 */

#ifndef __BFIN_SDH_H__
#define __BFIN_SDH_H__

struct bfin_sd_host {
	int dma_chan;
	int irq_int0;
	int irq_int1;
	u16 pin_req[7];
};

#endif