Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
Jeff Dike | 5134d8f | 2008-02-08 04:22:08 -0800 | [diff] [blame^] | 2 | * Copyright (C) 2002 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 |