mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
13 lines
208 B
C
13 lines
208 B
C
![]() |
/*
|
||
|
* Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
|
||
|
* Licensed under the GPL
|
||
|
*/
|
||
|
|
||
|
#ifndef __INITRD_USER_H__
|
||
|
#define __INITRD_USER_H__
|
||
|
|
||
|
extern int load_initrd(char *filename, void *buf, int size);
|
||
|
|
||
|
#endif
|
||
|
|