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