diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1999-01-10 12:35:39 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1999-01-10 12:35:39 +0000 |
| commit | 784521ae5319ba6fae532d90b0c2ed070e3faa32 (patch) | |
| tree | 71281cdaf3ff949fa85ed01c7b881a0ae6d89f3f /sys/alpha/include | |
| parent | bc35c17446fab005a7e11b67b9004736f1c8498b (diff) | |
Notes
Diffstat (limited to 'sys/alpha/include')
| -rw-r--r-- | sys/alpha/include/alpha_cpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/alpha/include/alpha_cpu.h b/sys/alpha/include/alpha_cpu.h index 4bd105066045..80eb3078a309 100644 --- a/sys/alpha/include/alpha_cpu.h +++ b/sys/alpha/include/alpha_cpu.h @@ -1,4 +1,4 @@ -/* $Id: alpha_cpu.h,v 1.3 1998/06/14 13:45:10 dfr Exp $ */ +/* $Id: alpha_cpu.h,v 1.4 1998/12/23 11:50:50 dfr Exp $ */ /* From: NetBSD: alpha_cpu.h,v 1.15 1997/09/20 19:02:34 mjacob Exp */ /* @@ -326,5 +326,6 @@ void alpha_pal_wrusp __P((unsigned long)); void alpha_pal_wrvptptr __P((unsigned long)); void alpha_pal_wrmces __P((unsigned long)); void alpha_pal_wrval __P((unsigned long)); +unsigned long alpha_pal_wrperfmon __P((unsigned long, unsigned long)); #endif /* __ALPHA_ALPHA_CPU_H__ */ |
