mirror of
https://github.com/ARMSX2/ARMSX1.git
synced 2026-08-24 16:53:35 -07:00
Update queue.h
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#define QUEUE_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
typedef struct {
|
||||
uint8_t* buf;
|
||||
|
||||
Reference in New Issue
Block a user