diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-09-25 22:17:41 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-09-25 22:17:41 +0000 |
commit | c672e6337e75f6845433174a1091ab88cfa04fbb (patch) | |
tree | a016cbe0d64a4c862da35d44e86eeba3705835b2 /sys/arch/hppa/include/cpufunc.h | |
parent | a5f6b6516c356e445887fc2637220104789753e3 (diff) |
provide a function to enable accel io on pcxl2 and use it on the fb
Diffstat (limited to 'sys/arch/hppa/include/cpufunc.h')
-rw-r--r-- | sys/arch/hppa/include/cpufunc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/cpufunc.h b/sys/arch/hppa/include/cpufunc.h index 6a2fdd7270c..34a95870cc8 100644 --- a/sys/arch/hppa/include/cpufunc.h +++ b/sys/arch/hppa/include/cpufunc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpufunc.h,v 1.22 2003/08/20 06:50:30 mickey Exp $ */ +/* $OpenBSD: cpufunc.h,v 1.23 2003/09/25 22:17:40 mickey Exp $ */ /* * Copyright (c) 1998,2000 Michael Shalayeff @@ -215,6 +215,7 @@ void fcacheall(void); void ptlball(void); int btlb_insert(pa_space_t space, vaddr_t va, paddr_t pa, vsize_t *lenp, u_int prot); hppa_hpa_t cpu_gethpa(int n); +void eaio_l2(int i); #endif #endif /* _MACHINE_CPUFUNC_H_ */ |