source: buchla-68k/include/rawio.h@ 7258c6a

Last change on this file since 7258c6a was 7258c6a, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Use standard integer types.

  • Property mode set to 100644
File size: 527 bytes
Line 
1/*
2 ============================================================================
3 rawio.h -- header for raw BIOS I/O
4 Version 2 -- 1987-02-20 -- D.N. Lynx Crowe
5 ============================================================================
6*/
7
8int16_t getln(int16_t unit, int16_t nb, int8_t *buf);
9int16_t getrln(int16_t unit, int16_t nb, int8_t *buf);
10int16_t readln(int16_t unit, int16_t nc, int8_t *ctl, int16_t nb, int8_t *buf);
11
12/* The following should really be void ... */
13
14void writeln(int16_t unit, int8_t *buf);
15
16
Note: See TracBrowser for help on using the repository browser.