|
Last change
on this file since d21fc6f was 526a993, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
|
Wording change.
|
-
Property mode
set to
100644
|
|
File size:
804 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 | =============================================================================
|
|---|
| 3 | vhinit.c -- external declarations
|
|---|
| 4 | =============================================================================
|
|---|
| 5 | */
|
|---|
| 6 |
|
|---|
| 7 | #pragma once
|
|---|
| 8 |
|
|---|
| 9 | #include "stdint.h"
|
|---|
| 10 | #include "vsdd.h"
|
|---|
| 11 |
|
|---|
| 12 | /*
|
|---|
| 13 | =============================================================================
|
|---|
| 14 | external variables
|
|---|
| 15 | =============================================================================
|
|---|
| 16 | */
|
|---|
| 17 |
|
|---|
| 18 | extern struct octent *v_curob;
|
|---|
| 19 | extern int16_t v_nobj;
|
|---|
| 20 | extern int16_t v_obpri;
|
|---|
| 21 | extern struct octent v_obtab[16];
|
|---|
| 22 | extern int16_t vr_data[];
|
|---|
| 23 |
|
|---|
| 24 | /*
|
|---|
| 25 | =============================================================================
|
|---|
| 26 | external functions
|
|---|
| 27 | =============================================================================
|
|---|
| 28 | */
|
|---|
| 29 |
|
|---|
| 30 | extern void VHinit(void);
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.