[BACK]Return to fdtvar.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / fdt

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/fdt/fdtvar.h between version 1.64 and 1.65

version 1.64, 2020/12/23 16:02:11 version 1.65, 2021/01/15 00:38:23
Line 72  struct fdt_attach_args {
Line 72  struct fdt_attach_args {
   
 struct fdtbus_interrupt_controller_func {  struct fdtbus_interrupt_controller_func {
         void *  (*establish)(device_t, u_int *, int, int,          void *  (*establish)(device_t, u_int *, int, int,
                              int (*)(void *), void *);                               int (*)(void *), void *, const char *);
         void    (*disestablish)(device_t, void *);          void    (*disestablish)(device_t, void *);
         bool    (*intrstr)(device_t, u_int *, char *, size_t);          bool    (*intrstr)(device_t, u_int *, char *, size_t);
         void    (*mask)(device_t, void *);          void    (*mask)(device_t, void *);

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

CVSweb <webmaster@jp.NetBSD.org>