Home
last modified time | relevance | path

Searched defs:nvmm_impl (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/nvmm/
H A Dnvmm_internal.h104 struct nvmm_impl { struct
105 const char *name;
106 bool (*ident)(void);
107 void (*init)(void);
108 void (*fini)(void);
109 void (*capability)(struct nvmm_capability *);
110 void (*suspend_interrupt)(void);
111 void (*suspend)(void);
112 void (*resume)(void);
114 size_t mach_conf_max;
[all …]