Add missing declaration.
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 1 Sep 2009 13:33:26 +0000 (13:33 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 1 Sep 2009 13:33:26 +0000 (13:33 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2843 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/sipo.h

index 940f85377c7dba38e142cdff59d174191a5252bb..85c85d8e72faf74e624cc352e4a35257ace25a7b 100644 (file)
@@ -86,6 +86,14 @@ typedef enum SipoLoadPol
 
 } SipoLoadPol;
 
+/**
+ * Map sipo connection on board.
+ */
+typedef enum SipoMap
+{
+       SIPO_CNT
+} SipoMap;
+
 /**
  * Sipo KFile context structure.
  */