bfin_sdh.h 273 B

12345678910111213141516171819
  1. /*
  2. * bfin_sdh.h - Blackfin SDH definitions
  3. *
  4. * Copyright 2008 Analog Devices Inc.
  5. *
  6. * Licensed under the GPL-2 or later.
  7. */
  8. #ifndef __BFIN_SDH_H__
  9. #define __BFIN_SDH_H__
  10. struct bfin_sd_host {
  11. int dma_chan;
  12. int irq_int0;
  13. int irq_int1;
  14. u16 pin_req[7];
  15. };
  16. #endif