Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/fdt/
H A Dfdtvar.h165 struct fdtbus_mbox_controller_func { struct
166 void * (*mc_acquire)(device_t, const void *, size_t, void (*)(void *),
168 void (*mc_release)(device_t, void *);
169 int (*mc_recv)(device_t, void *, void *, size_t);
170 int (*mc_send)(device_t, void *, const void *, size_t);