repo.or.cz
/
linux-ginger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
I2C: TWL4030: Kconfig and Makefile changes
[linux-ginger.git]
/
arch
/
um
/
os-Linux
/
include
/
file.h
blob
fe71be24bd59d68aaf8e62a080eb59250bbd646a
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