19 #ifndef _KERNEL_COBALT_PROCFS_H 20 #define _KERNEL_COBALT_PROCFS_H 22 #ifdef CONFIG_XENO_OPT_VFILE 23 int xnprocfs_init_tree(
void);
24 void xnprocfs_cleanup_tree(
void);
26 static inline int xnprocfs_init_tree(
void) {
return 0; }
27 static inline void xnprocfs_cleanup_tree(
void) { }