sdio.h 525 B

12345678910111213141516171819
  1. /*
  2. * include/linux/mmc/sdio.h
  3. *
  4. * Copyright 2006-2007 Pierre Ossman
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation; either version 2 of the License, or (at
  9. * your option) any later version.
  10. */
  11. #ifndef MMC_SDIO_H
  12. #define MMC_SDIO_H
  13. /* SDIO commands type argument response */
  14. #define SD_IO_SEND_OP_COND 5 /* bcr [23:0] OCR R4 */
  15. #endif