Changeset b28a12e in buchla-68k for libcio/blkrd.c


Ignore:
Timestamp:
07/10/2017 02:17:49 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
06f6615
Parents:
39a696b
Message:

Zero redundant declarations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/blkrd.c

    r39a696b rb28a12e  
    2626#define DEBUGIT         0
    2727
    28 #include "all.h"
    29 
    30 /*
    31 
    32 */
    33 
    34 #if     DEBUGIT
    35 extern  short   fsdebug;                /* file system debug switch */
    36 #endif
    37 
    38 extern  int16_t _nsic(struct fcb *fcp, struct bpb *bpp, int8_t *fp);
    39 
    40 extern  int32_t _berrno;                /* last file system bios error number */
    41 
    42 extern  uint16_t        _thefat[];              /* current file allocation table */
    43 
    44 extern  struct  bpb     *_thebpb;       /* current bios parameter block */
    45 
    46 #if     TBUFFER
    47 
    48 /* WARNING:  this ONLY works for 512 byte sectors, 9 sectors per track */
    49 
    50 extern  int16_t _b_tbuf[9][256];        /* the track buffer */
    51 
    52 extern  int16_t _b_trak;                /* current track */
    53 extern  int16_t _b_side;                /* current side */
    54 extern  int16_t _b_sect;                /* current sector */
    55 extern  int16_t _b_tsec;                /* current base sector of current track */
    56 
    57 #endif
     28#include "ram.h"
    5829
    5930/*
Note: See TracChangeset for help on using the changeset viewer.