Changeset 4a17aeb in buchla-68k for libcio/read.c


Ignore:
Timestamp:
07/11/2017 05:11:50 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
7af8be4
Parents:
4aa78b2
Message:

Prototypes for I/O dispatch pointers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/read.c

    r4aa78b2 r4a17aeb  
    3838#include "ram.h"
    3939
    40 static int16_t (*t_read[])() = {
     40static int16_t (*t_read[])(io_arg arg, int8_t *buff, int16_t len) = {
    4141
    42         _badfd,         /* 0 - invalid type */
     42        _badfio,        /* 0 - invalid type */
    4343        _filerd,        /* 1 - disk file read */
    4444        _conin          /* 2 - console read */
Note: See TracChangeset for help on using the changeset viewer.