diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-04-19 17:20:05 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-04-19 17:20:05 +0000 |
commit | f043b47880e1d055066f5786d164ca1bab944a4a (patch) | |
tree | 5cdcec964c71023bb555152c8e43c234a7efd443 /sys/arch/arc/algor/algor.h | |
parent | a69a5ac6994ab8ae2fb41e30901abd9f7f51a9ac (diff) |
-Wall cleanup.
Change to new MI assym.h file generation. (genassym.cf)
Diffstat (limited to 'sys/arch/arc/algor/algor.h')
-rw-r--r-- | sys/arch/arc/algor/algor.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/arc/algor/algor.h b/sys/arch/arc/algor/algor.h index c1c68d51f1e..c5fc4604120 100644 --- a/sys/arch/arc/algor/algor.h +++ b/sys/arch/arc/algor/algor.h @@ -1,4 +1,4 @@ -/* $OpenBSD: algor.h,v 1.2 1997/03/23 11:34:25 pefo Exp $ */ +/* $OpenBSD: algor.h,v 1.3 1997/04/19 17:19:36 pefo Exp $ */ /* * Copyright (c) 1996 Per Fogelstrom @@ -107,6 +107,9 @@ struct algor_int_desc { int spl_mask; /* Spl mask for interrupt */ }; -int algor_intrnull __P((void *)); +int algor_intrnull __P((void *)); +void *algor_pci_intr_establish __P((int, int, intr_handler_t, void *, void *)); +void algor_pci_intr_disestablish __P((void *)); + #endif /* _ALGOR_H_ */ |