Deleted Added
full compact
29c29
< * $Id: md_var.h,v 1.7 1996/02/04 21:20:52 davidg Exp $
---
> * $Id: md_var.h,v 1.8 1996/03/02 19:37:45 peter Exp $
39a40
> extern u_int atdevbase; /* offset in virtual memory of ISA io mem */
50a52
> typedef void alias_for_inthand_t __P((u_int cs, u_int ef, u_int esp, u_int ss));
53a56
> void bcopyb __P((const void *from, void *to, size_t len));
61a65,69
> void fillw __P((int /*u_short*/ pat, void *base, size_t cnt));
> int fusword __P((void *base));
> u_long kvtop __P((void *addr));
> void setidt __P((int idx, alias_for_inthand_t *func, int typ, int dpl,
> int selec));