ocarina/include/gui/tempq.h
Anna Schumaker c0a6c663d1 gui: Move tempq operations into tempq.c
Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
2016-05-27 12:01:43 -04:00

11 lines
226 B
C

/*
* Copyright 2016 (c) Anna Schumaker.
*/
#ifndef OCARINA_GUI_TEMPQ_H
#define OCARINA_GUI_TEMPQ_H
/* Temporary queue operations passed to core_init() */
extern struct queue_ops tempq_ops;
#endif /* OCARINA_GUI_TEMPQ_H */