Changeset f7428b1 in buchla-68k for include/io.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/io.h

    rc3aee8a rf7428b1  
    66*/
    77
     8#pragma once
     9#include "stdint.h"
    810#include "fspars.h"             /* file system parameters */
    911
     
    3335        io_arg  d_arg;          /* argument to device driver */
    3436};
    35 
    36 #ifndef _FS_DEF_
    37 
    38 extern  struct channel chantab[MAXCHAN];        /* defined in fsinit.c */
    39 extern  int8_t  Wrkbuf[BPSEC];                  /* defined in fsinit.c */
    40 
    41 #endif
Note: See TracChangeset for help on using the changeset viewer.