[PATCH] uml: locking comments in memory and tempfile code
[linux-2.6/libata-dev.git] / arch / um / include / tempfile.h
blobd441eac936b9830014e4ec650562d10f262dc0f8
1 /*
2 * Copyright (C) 2000, 2001, 2002 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
4 */
6 #ifndef __TEMPFILE_H__
7 #define __TEMPFILE_H__
9 extern int make_tempfile(const char *template, char **tempname, int do_unlink);
11 #endif