startup and debug led
[rpikern] / src / libc / string.h
diff --git a/src/libc/string.h b/src/libc/string.h
new file mode 100644 (file)
index 0000000..8754f71
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef LIBC_STRING_H_
+#define LIBC_STRING_H_
+
+void *memset(void *ptr, int val, int size);
+
+#endif /* LIBC_STRING_H_ */