Changeset 4a17aeb in buchla-68k for libcio/fsinit.x


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/fsinit.x

    r4aa78b2 r4a17aeb  
    3737*/
    3838
    39 extern  void            InitCH(struct channel *cp, int8_t rdi, int8_t wri, int8_t ioi, int8_t ski, int16_t (*cfp)(), io_arg charg);
     39extern  void            InitCH(struct channel *cp, int8_t rdi, int8_t wri, int8_t ioi, int8_t ski, chclo cfp, io_arg charg);
    4040extern  void            InitFS(void);
    4141extern  void            Init_CB(FILE *fp, int8_t unit, int8_t flags, int32_t *bufad, int16_t bufsize);
    4242extern  int16_t         _badfd(void);
    4343extern  int16_t         _noper(void);
     44
     45extern  int16_t         _badfc(io_arg arg);
     46extern  int16_t         _badfio(io_arg arg, int8_t *buff, int16_t len);
     47extern  int16_t         _nopc(io_arg arg);
     48extern  int16_t         _nopo(int8_t *name, int16_t flag, int16_t mode, struct channel *chp, struct devtabl *dp);
Note: See TracChangeset for help on using the changeset viewer.