ifdef _KERNEL the inlines
This commit is contained in:
parent
bd8641a3b2
commit
884d0fb066
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: grf_cvreg.h,v 1.16 2010/02/09 18:13:10 phx Exp $ */
|
/* $NetBSD: grf_cvreg.h,v 1.17 2011/05/21 14:49:35 christos Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1995 Michael Teske
|
* Copyright (c) 1995 Michael Teske
|
||||||
@ -371,7 +371,7 @@ static inline unsigned char RGfx(volatile void *, short);
|
|||||||
|
|
||||||
|
|
||||||
/* Gfx engine busy wait */
|
/* Gfx engine busy wait */
|
||||||
|
#ifdef _KERNEL
|
||||||
static inline void
|
static inline void
|
||||||
GfxBusyWait (ba)
|
GfxBusyWait (ba)
|
||||||
volatile void *ba;
|
volatile void *ba;
|
||||||
@ -441,5 +441,6 @@ RGfx(ba, idx)
|
|||||||
vgaw(ba, GCT_ADDRESS, idx);
|
vgaw(ba, GCT_ADDRESS, idx);
|
||||||
return vgar(ba, GCT_ADDRESS_R);
|
return vgar(ba, GCT_ADDRESS_R);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* _GRF_RHREG_H */
|
#endif /* _GRF_RHREG_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user