[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.15.10.2 and 1.16

version 1.15.10.2, 2010/03/11 15:03:10 version 1.16, 2008/07/01 18:49:21
Line 13 
Line 13 
  * 2. Redistributions in binary form must reproduce the above copyright   * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the   *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.   *    documentation and/or other materials provided with the distribution.
    * 3. All advertising materials mentioning features or use of this software
    *    must display the following acknowledgement:
    *      This product includes software developed by Christian Limpach.
    * 4. The name of the author may not be used to endorse or promote products
    *    derived from this software without specific prior written permission.
  *   *
  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR   * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES   * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
Line 34 
Line 39 
 extern struct evtsource *evtsource[];  extern struct evtsource *evtsource[];
   
 void events_default_setup(void);  void events_default_setup(void);
 void events_init(void);  void init_events(void);
 unsigned int evtchn_do_event(int, struct intrframe *);  unsigned int evtchn_do_event(int, struct intrframe *);
 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);
Line 49  extern int xen_debug_handler(void *);
Line 54  extern int xen_debug_handler(void *);
   
 int bind_virq_to_evtch(int);  int bind_virq_to_evtch(int);
 int bind_pirq_to_evtch(int);  int bind_pirq_to_evtch(int);
 int unbind_pirq_from_evtch(int);  void unbind_pirq_from_evtch(int);
 int unbind_virq_from_evtch(int);  void unbind_virq_from_evtch(int);
   
 struct pintrhand {  struct pintrhand {
         int pirq;          int pirq;

Legend:
Removed from v.1.15.10.2  
changed lines
  Added in v.1.16

CVSweb <webmaster@jp.NetBSD.org>