https://github.com/torvalds/linux
Raw File
Tip revision: 0882e8dd3aad33eca41696d463bb896e6c8817eb authored by Linus Torvalds on 14 April 2009, 20:51:48 UTC
Linux 2.6.30-rc2
Tip revision: 0882e8d
debugfs.h
#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, mode_t mode,
					    struct dentry *parent,
					    u32 *array, unsigned elements);

#endif /* _XEN_DEBUGFS_H */
back to top