![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0 0002 #include <linux/init.h> 0003 #include <linux/debugfs.h> 0004 #include <linux/slab.h> 0005 0006 #include "debugfs.h" 0007 0008 static struct dentry *d_xen_debug; 0009 0010 struct dentry * __init xen_init_debugfs(void) 0011 { 0012 if (!d_xen_debug) 0013 d_xen_debug = debugfs_create_dir("xen", NULL); 0014 return d_xen_debug; 0015 } 0016
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |