blob: 4c5e315290e46403fc2516dcaa5f9e61748abe08 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
# Common for the GKI (graphics kernel interface) package.
int gk_type[LAST_FD] # type of output
int gk_fd[LAST_FD] # output file descriptor
int gk_dd[LEN_GKIDD] # local device driver
int gk_prpsio # EPA of pr_psio procedure
common /gkicom/ gk_type, gk_fd, gk_dd, gk_prpsio
|