1
0
Fork 0
alistair23-linux/arch/um/os-Linux/include/file.h

12 lines
190 B
C

/*
* Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
* Licensed under the GPL
*/
#ifndef __OS_FILE_H__
#define __OS_FILE_H__
#define DEV_NULL "/dev/null"
#endif