ckfwq/linux-3.0.4/arch/um/include/shared/initrd.h

13 lines
208 B
C
Raw Normal View History

2024-12-30 10:53:50 +08:00
/*
* 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