Go to the documentation of this file. 1 #ifndef __NOUVEAU_PARENT_H__
2 #define __NOUVEAU_PARENT_H__
32 #if CONFIG_NOUVEAU_DEBUG >= NV_DBG_PARANOIA
39 #define nouveau_parent_create(p,e,c,v,s,m,d) \
40 nouveau_parent_create_((p), (e), (c), (v), (s), (m), \
41 sizeof(**d), (void **)d)
42 #define nouveau_parent_init(p) \
43 nouveau_object_init(&(p)->base)
44 #define nouveau_parent_fini(p,s) \
45 nouveau_object_fini(&(p)->base, (s))
54 #define _nouveau_parent_init _nouveau_object_init
55 #define _nouveau_parent_fini _nouveau_object_fini