xref: /utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/paths.h (revision 53ee8cc121a030b8d368113ac3e966b4705770ef)
1 #ifndef	_PATHS_H_
2 #define _PATHS_H_
3 
4 #define _PATH_DEV	"/dev/"
5 #define _PATH_BSHELL    "/bin/sh"
6 
7 #endif /* _PATHS_H_ */
8