aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/include/shared/initrd.h
blob: 22673bcc273d1747c618d864e9d660d344ac1f4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * 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