]> Git Repo - linux.git/blob - arch/um/include/shared/initrd.h
tracing: Replace syscall_meta_data struct array with pointer array
[linux.git] / arch / um / include / shared / initrd.h
1 /*
2  * Copyright (C) 2000 Jeff Dike ([email protected])
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
This page took 0.031129 seconds and 4 git commands to generate.