diff options
| author | ad <ad@NetBSD.org> | 1999-12-14 22:25:13 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 1999-12-14 22:25:13 +0000 |
| commit | 977e07ff5833cebd6c906efda5e91a5253ee3e3d (patch) | |
| tree | 5fe5cc1f25208efa5c8e15717c3878daf8545377 /sys/dev/rasops | |
| parent | 88ad70226e5a7c55d9981f034cb4338354c8f940 (diff) | |
Note that per-depth initialization functions shouldn't be called by mere
mortals.
Diffstat (limited to 'sys/dev/rasops')
| -rw-r--r-- | sys/dev/rasops/rasops.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/dev/rasops/rasops.h b/sys/dev/rasops/rasops.h index 401694025d9..a213a34808f 100644 --- a/sys/dev/rasops/rasops.h +++ b/sys/dev/rasops/rasops.h @@ -1,4 +1,4 @@ -/* $NetBSD: rasops.h,v 1.10 1999/12/14 22:20:28 ad Exp $ */ +/* $NetBSD: rasops.h,v 1.11 1999/12/14 22:25:13 ad Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -122,7 +122,10 @@ struct rasops_info { * to -1 (or a new, valid cookie). */ -/* Per-depth initalization functions */ +/* + * Per-depth initalization functions. These should not be called outside + * the rasops code. + */ void rasops1_init __P((struct rasops_info *)); void rasops2_init __P((struct rasops_info *)); void rasops8_init __P((struct rasops_info *)); |
