repo.or.cz
/
linux-btrfs-devel.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 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-btrfs-devel.git]
/
arch
/
um
/
include
/
shared
/
initrd.h
blob
22673bcc273d1747c618d864e9d660d344ac1f4f
1
/*
2
* Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
3
* Licensed under the GPL
4
*/
5
6
#ifndef __INITRD_USER_H__
7
#define __INITRD_USER_H__
8
9
extern
int
load_initrd
(
char
*
filename
,
void
*
buf
,
int
size
);
10
11
#endif
12