Changeset e225e77 in buchla-68k for libcio/blkwr.c


Ignore:
Timestamp:
07/09/2017 10:24:47 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
411371e
Parents:
d2d593b
Message:

Added missing includes and declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/blkwr.c

    rd2d593b re225e77  
    2424#include "fspars.h"
    2525
     26#include "memory.h"
     27
    2628extern  int16_t _nsic(struct fcb *fcp, struct bpb *bpp, int8_t *fp);
    2729extern  int16_t _alcnew(struct fcb *fcp);
    2830extern  int16_t _newcls(void);
     31
     32extern  int16_t micons(int16_t wi);
     33extern  uint16_t _cl2lsn(struct bpb *bpp, uint16_t clnum);
     34extern  void _ptcl12(uint16_t *fat, uint16_t cl, uint16_t val);
    2935
    3036extern  int32_t _berrno;                /* last file system bios error number */
Note: See TracChangeset for help on using the changeset viewer.