/[nova]/nova/kern/nova-intern.h
ViewVC logotype

Diff of /nova/kern/nova-intern.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by jrydberg, Tue Feb 12 19:28:44 2002 UTC revision 1.2 by jrydberg, Wed Mar 27 23:21:54 2002 UTC
# Line 26  Foundation, Inc., 59 Temple Place - Suit Line 26  Foundation, Inc., 59 Temple Place - Suit
26    
27  #include "proc.h"  #include "proc.h"
28    
29    /* Global port set for server -- all requests are recevied
30       on this.  */
31    extern rtmk_port_t ux_pset;
32    
33  /* Privileged host port that we got from the kernel.  */  /* Privileged host port that we got from the kernel.  */
34  extern rtmk_port_t host_port;  extern rtmk_port_t host_port;
35    
# Line 33  extern FILE *stddebug; Line 37  extern FILE *stddebug;
37    
38  extern void panic (const char *fmt, ...);  extern void panic (const char *fmt, ...);
39    
40    #define trace_printf(FMT...) _trace_printf (FMT)
41    extern void _trace_printf (const char *fmt, ...);
42    
43  #endif /* _NOVA_INTERN_H */  #endif /* _NOVA_INTERN_H */

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26