forked from haiwan/sledge
parent
f7e472a8d9
commit
0eb474a8d7
@ -1,10 +1,7 @@
|
||||
#ifndef SFRT_SANDBOX_COMPLETION_QUEUE_H
|
||||
#define SFRT_SANDBOX_COMPLETION_QUEUE_H
|
||||
#pragma once
|
||||
|
||||
#include "sandbox.h"
|
||||
|
||||
void sandbox_completion_queue_add(struct sandbox *sandbox);
|
||||
void sandbox_completion_queue_free();
|
||||
void sandbox_completion_queue_initialize();
|
||||
|
||||
#endif /* SFRT_SANDBOX_COMPLETION_QUEUE_H */
|
@ -1,8 +1,5 @@
|
||||
#ifndef SFRT_SANDBOX_REQUEST_SCHEDULER_FIFO_H
|
||||
#define SFRT_SANDBOX_REQUEST_SCHEDULER_FIFO_H
|
||||
#pragma once
|
||||
|
||||
#include <sandbox_request_scheduler.h>
|
||||
|
||||
void sandbox_request_scheduler_fifo_initialize();
|
||||
|
||||
#endif /* SFRT_SANDBOX_REQUEST_SCHEDULER_FIFO_H */
|
@ -1,8 +1,5 @@
|
||||
#ifndef SFRT_SANDBOX_REQUEST_SCHEDULER_PS_H
|
||||
#define SFRT_SANDBOX_REQUEST_SCHEDULER_PS_H
|
||||
#pragma once
|
||||
|
||||
#include <sandbox_request_scheduler.h>
|
||||
|
||||
void sandbox_request_scheduler_ps_initialize();
|
||||
|
||||
#endif /* SFRT_SANDBOX_REQUEST_SCHEDULER_PS_H */
|
@ -1,8 +1,5 @@
|
||||
#ifndef SFRT_SANDBOX_RUN_QUEUE_FIFO_H
|
||||
#define SFRT_SANDBOX_RUN_QUEUE_FIFO_H
|
||||
#pragma once
|
||||
|
||||
#include "sandbox.h"
|
||||
|
||||
void sandbox_run_queue_fifo_initialize();
|
||||
|
||||
#endif /* SFRT_SANDBOX_RUN_QUEUE_FIFO_H */
|
@ -1,8 +1,5 @@
|
||||
#ifndef SFRT_SANDBOX_RUN_QUEUE_PS_H
|
||||
#define SFRT_SANDBOX_RUN_QUEUE_PS_H
|
||||
#pragma once
|
||||
|
||||
#include "sandbox.h"
|
||||
|
||||
void sandbox_run_queue_ps_initialize();
|
||||
|
||||
#endif /* SFRT_SANDBOX_RUN_QUEUE_PS_H */
|
Loading…
Reference in new issue