[BACK]Return to evtchn.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / xen / include

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

Diff for /src/sys/arch/xen/include/evtchn.h between version 1.28 and 1.29

version 1.28, 2020/04/06 19:26:00 version 1.29, 2020/04/13 22:54:12
Line 42  unsigned int evtchn_do_event(int, struct
Line 42  unsigned int evtchn_do_event(int, struct
 void call_evtchn_do_event(int, struct intrframe *);  void call_evtchn_do_event(int, struct intrframe *);
 void call_xenevt_event(int);  void call_xenevt_event(int);
 int event_set_handler(int, int (*func)(void *), void *, int, const char *,  int event_set_handler(int, int (*func)(void *), void *, int, const char *,
     const char *, bool);      const char *, bool, bool);
 int event_remove_handler(int, int (*func)(void *), void *);  int event_remove_handler(int, int (*func)(void *), void *);
   
 struct cpu_info;  struct cpu_info;

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

CVSweb <webmaster@jp.NetBSD.org>