diff options
| author | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1999-09-19 08:07:46 +0000 |
|---|---|---|
| committer | Kazutaka YOKOTA <yokota@FreeBSD.org> | 1999-09-19 08:07:46 +0000 |
| commit | d94eccc2ad81eb2750cf3b3295358af55baa7788 (patch) | |
| tree | 674b0688275c4dc1317561f91b7edcc954f23ec0 /sys/dev/syscons/syscons.h | |
| parent | a0d3b21c884e2012bfd7179689fd2f1da06093f0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons/syscons.h')
| -rw-r--r-- | sys/dev/syscons/syscons.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h index 01d82a069fd44..674371f12c5c4 100644 --- a/sys/dev/syscons/syscons.h +++ b/sys/dev/syscons/syscons.h @@ -489,6 +489,7 @@ int sc_vtb_pos(sc_vtb_t *vtb, int pos, int offset); #define sc_vtb_tail(vtb) ((vtb)->vtb_tail) #define sc_vtb_rows(vtb) ((vtb)->vtb_rows) +#define sc_vtb_cols(vtb) ((vtb)->vtb_cols) void sc_vtb_copy(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int to, int count); |
