/* * 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 */