Merge branches 'x86/prototypes', 'x86/x2apic' and 'x86/debug' into x86/core
[linux-2.6] / arch / um / os-Linux / include / file.h
1 /* 
2  * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
3  * Licensed under the GPL
4  */
5
6 #ifndef __OS_FILE_H__
7 #define __OS_FILE_H__
8
9 #define DEV_NULL "/dev/null"
10
11 #endif