Committer: Michael Beasley <mike@snafu.setup>
[mikesnafu-overlay.git] / arch / um / os-Linux / include / file.h
blobfe71be24bd59d68aaf8e62a080eb59250bbd646a
1 /*
2 * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
3 * Licensed under the GPL
4 */
6 #ifndef __OS_FILE_H__
7 #define __OS_FILE_H__
9 #define DEV_NULL "/dev/null"
11 #endif