#ifndef __OS_PRIV_H__ #define __OS_PRIV_H__ #include #include #include struct os_device { struct nouveau_device base; struct list_head head; char *name; char *cfg; char *dbg; }; #endif