Changeset 8973acd in buchla-68k for libcio/filesys.x


Ignore:
Timestamp:
07/15/2017 03:12:10 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ea232f9
Parents:
7d0d347
Message:

No more warnings in libcio.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/filesys.x

    r7d0d347 r8973acd  
    2626extern  struct  bpb     *_thebpb;
    2727extern  struct  dirent  _thedir[MAXDIRNT];
    28 extern  uint16_t        _thefat[MAXFAT * WDPSEC];
     28extern  uint8_t         _thefat[MAXFAT * BPSEC];
    2929
    3030/*
     
    3737extern  int16_t         DelFile(struct fcb *fcp);
    3838extern  int16_t         _alcnew(struct fcb *fcp);
    39 extern  uint16_t        _cl2lsn(struct bpb *bpp, uint16_t clnum);
     39extern  int16_t         _cl2lsn(struct bpb *bpp, int16_t clnum);
    4040extern  void            _clsvol(void);
    4141extern  void            _deadio(struct fcb *fcp, int16_t err);
     
    4444extern  int16_t         _fmake(struct fcb *fcp);
    4545extern  int16_t         _ftrnc(struct dirent *dp);
    46 extern  uint16_t        _getfat(uint16_t *bufad, struct bpb *bpp, uint16_t nfat);
    47 extern  uint16_t        _gtcl12(int8_t *fat, uint16_t cl);
    48 extern  int16_t         _inifcb(struct fcb *fcp, int8_t *name, int8_t *ext, int16_t mode);
     46extern  int32_t         _getfat(uint8_t *bufad, struct bpb *bpp, int16_t nfat);
     47extern  int16_t         _gtcl12(uint8_t *fat, int16_t cl);
     48extern  int16_t         _inifcb(struct fcb *fcp, int8_t *name, int8_t *ext, uint16_t mode);
    4949extern  int16_t         _newcls(void);
    50 extern  int16_t         _nsic(struct fcb *fcp, struct bpb *bpp, int8_t *fp);
     50extern  int16_t         _nsic(struct fcb *fcp, struct bpb *bpp, uint8_t *fp);
    5151extern  int16_t         _opfcb(struct fcb *fcp);
    5252extern  int16_t         _opnvol(void);
    53 extern  int16_t         _rdfat(uint16_t *bufad, struct bpb *bpp);
    54 extern  int16_t         _rdroot(uint16_t *buf, struct bpb *bpp);
     53extern  int16_t         _rdfat(uint8_t *bufad, struct bpb *bpp);
     54extern  int32_t         _rdroot(struct dirent *buf, struct bpb *bpp);
    5555extern  int16_t         _seek(struct fcb *fcp);
    5656extern  int16_t         fcbinit(int8_t *name, struct fcb *fcp);
Note: See TracChangeset for help on using the changeset viewer.