repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
arch
/
um
/
include
/
tempfile.h
blob
d441eac936b9830014e4ec650562d10f262dc0f8
1
/*
2
* Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
3
* Licensed under the GPL
4
*/
5
6
#ifndef __TEMPFILE_H__
7
#define __TEMPFILE_H__
8
9
extern
int
make_tempfile
(
const char
*
template
,
char
**
tempname
,
int
do_unlink
);
10
11
#endif