Add missing declaration.
[bertos.git] / 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.
  */