You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef SFRT_SANDBOX_REQUEST_SCHEDULER_FIFO_H
|
|
#define SFRT_SANDBOX_REQUEST_SCHEDULER_FIFO_H
|
|
|
|
#include <sandbox_request_scheduler.h>
|
|
|
|
void sandbox_request_scheduler_fifo_initialize();
|
|
|
|
#endif /* SFRT_SANDBOX_REQUEST_SCHEDULER_FIFO_H */ |