diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/x86/xen/debugfs.h')
-rw-r--r-- | ANDROID_3.4.5/arch/x86/xen/debugfs.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ANDROID_3.4.5/arch/x86/xen/debugfs.h b/ANDROID_3.4.5/arch/x86/xen/debugfs.h deleted file mode 100644 index 78d25499..00000000 --- a/ANDROID_3.4.5/arch/x86/xen/debugfs.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _XEN_DEBUGFS_H -#define _XEN_DEBUGFS_H - -struct dentry * __init xen_init_debugfs(void); - -struct dentry *xen_debugfs_create_u32_array(const char *name, umode_t mode, - struct dentry *parent, - u32 *array, unsigned elements); - -#endif /* _XEN_DEBUGFS_H */ |