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

    rc3aee8a rf7428b1  
    55   ============================================================================
    66*/
     7
     8#pragma once
     9#include "stdint.h"
    710
    811struct  wordq {
     
    1619        uint16_t        *qbuf;          /* base of queue */
    1720};
    18 
    19 #ifndef WORDQHDR
    20 extern  int16_t putwq(struct wordq *qp, uint16_t c);
    21 extern  int16_t getwq(struct wordq *qp, uint16_t *p);
    22 extern  uint16_t        setwq(struct wordq *qp, uint16_t *qadr, uint16_t qsiz, uint16_t hi, uint16_t lo);
    23 #endif
    24 
Note: See TracChangeset for help on using the changeset viewer.