mbed libraries for KL25Z

Dependents:   FRDM_RGBLED

Revision:
8:c14af7958ef5
Child:
9:663789d7729f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/KL25Z/PortNames.h	Fri Nov 09 11:33:53 2012 +0000
@@ -0,0 +1,22 @@
+/* mbed Microcontroller Library - PortName
+ * Copyright (c) 2010-2011 ARM Limited. All rights reserved.
+ */
+#ifndef MBED_PORTNAMES_H
+#define MBED_PORTNAMES_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+typedef enum {
+    PortA = 0,
+    PortB = 1,
+    PortC = 2,
+    PortD = 3,
+    PortE = 4
+} PortName;
+
+#ifdef __cplusplus
+}
+#endif
+#endif