mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-06 22:47:36 +07: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 */
|