Changeset f7428b1 in buchla-68k for include/fspars.h


Ignore:
Timestamp:
07/10/2017 01:26:59 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
5fa506d
Parents:
c3aee8a
Message:

Started to rework include files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/fspars.h

    rc3aee8a rf7428b1  
    66*/
    77
    8 #ifndef NSTREAMS                /* ony define these once */
     8#pragma once
    99
    1010#define TBUFFER         1       /* non-zero to enable track buffering */
     
    1414#define MAXDFILE        8       /* maximum number of open DISK files */
    1515
    16 #define BUFSIZL 256                             /* buffer length -- longs */
    17 #define BUFSIZ  (sizeof (int32_t) * BUFSIZL)    /* buffer length -- chars */
     16#define BUFSIZL 256             /* buffer length -- longs */
     17#define BUFSIZ  (sizeof (int32_t) * BUFSIZL)
     18                                /* buffer length -- chars */
    1819
    1920#define BPSEC           512     /* bytes per disk sector */
     
    2425#define MAXDIRNT        224     /* maximum number of directory entries */
    2526
    26 typedef int8_t  *io_arg;        /* must be big enough to contain a pointer */
    27 
    28 #endif
     27typedef void    *io_arg;        /* must be big enough to contain a pointer */
Note: See TracChangeset for help on using the changeset viewer.