Add skeleton file that will hold the STM32 SDIO driver

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2243 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-11-11 12:32:45 +00:00
parent a1087ace92
commit 4196c8ce60
4 changed files with 19 additions and 3 deletions
+1 -1
View File
@@ -67,7 +67,7 @@
struct mmcsd_state_s
{
struct sdio_dev_s *dev; /* The MMCSD device bound to this instance */
struct sdio_dev_s *dev; /* The SDIO device bound to this instance */
ubyte crefs; /* Open references on the driver */
/* Status flags */