aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.4.26-xen-sparse/include/asm-xen/xen_proc.h
blob: d62791e95c506ae77ca8953c585afaa46414e288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __ASM_XEN_PROC_H__
#define __ASM_XEN_PROC_H__

#include <linux/config.h>
#include <linux/proc_fs.h>

extern struct proc_dir_entry *create_xen_proc_entry(
    const char *name, mode_t mode);
extern void remove_xen_proc_entry(
    const char *name);

#endif /* __ASM_XEN_PROC_H__ */