]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blobdiff - rpp/include/drv/_rm48_hdk/port_def.h
Change target-specific pin and port definitions to match the new interface
[pes-rpp/rpp-lib.git] / rpp / include / drv / _rm48_hdk / port_def.h
diff --git a/rpp/include/drv/_rm48_hdk/port_def.h b/rpp/include/drv/_rm48_hdk/port_def.h
new file mode 100644 (file)
index 0000000..9e68879
--- /dev/null
@@ -0,0 +1,27 @@
+/*
+ * Copyright (C) 2015 Czech Technical University in Prague
+ *
+ * Authors:
+ *     - Michal Sojka <sojkam1@fel.cvut.cz>
+ *
+ * This document contains proprietary information belonging to Czech
+ * Technical University in Prague. Passing on and copying of this
+ * document, and communication of its contents is not permitted
+ * without prior written authorization.
+ *
+ */
+
+#ifndef DRV_TGT_PORT_DEF_H
+#define DRV_TGT_PORT_DEF_H
+
+/* Port names */
+enum port_id {
+       PORT_ID_GIOA,
+       PORT_ID_GIOB,
+       PORT_ID_NHET1,
+       PORT_ID_ADC,
+
+       _PORT_COUNT,
+};
+
+#endif