/[rtmk]/rtmk/include/rtmk/rtmk.defs
ViewVC logotype

Diff of /rtmk/include/rtmk/rtmk.defs

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

revision 1.12 by jrydberg, Wed Feb 20 19:24:34 2002 UTC revision 1.13 by jrydberg, Thu Feb 21 01:41:45 2002 UTC
# Line 299  Line 299 
299                (intr-no    "intr_no"     int)                (intr-no    "intr_no"     int)
300                (evc        "evc"         eventcnt-t)))                (evc        "evc"         eventcnt-t)))
301  )  )
302    
303    ; Get information about host.  FLAVOR specifies what info.
304    (define-routine host-info
305      (c-name "host_info")
306      (comment "???")
307      ()
308      (return-type kern-return-t)
309      (arguments ((host-port  "host"        rtmk-port-t)
310                  (flavor     "flavor"      int)
311                  (buf        "buf"         host-status-t AD_IN)))
312    )

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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