mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-28 15:13:55 +08:00
7 lines
123 B
C
7 lines
123 B
C
|
#ifndef _XEN_DEBUGFS_H
|
||
|
#define _XEN_DEBUGFS_H
|
||
|
|
||
|
struct dentry * __init xen_init_debugfs(void);
|
||
|
|
||
|
#endif /* _XEN_DEBUGFS_H */
|