summaryrefslogtreecommitdiff
path: root/newlib/libc/include/paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/include/paths.h')
-rw-r--r--newlib/libc/include/paths.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/libc/include/paths.h b/newlib/libc/include/paths.h
new file mode 100644
index 00000000000..36cf78a9b79
--- /dev/null
+++ b/newlib/libc/include/paths.h
@@ -0,0 +1,7 @@
+#ifndef _PATHS_H_
+#define _PATHS_H_
+
+#define _PATH_DEV "/dev/"
+#define _PATH_BSHELL "/bin/sh"
+
+#endif /* _PATHS_H_ */