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.
8 lines
226 B
8 lines
226 B
5 years ago
|
#ifndef SFRT_SANDBOX_REQUEST_SCHEDULER_PS_H
|
||
|
#define SFRT_SANDBOX_REQUEST_SCHEDULER_PS_H
|
||
|
|
||
|
#include <sandbox_request_scheduler.h>
|
||
|
|
||
|
void sandbox_request_scheduler_ps_initialize();
|
||
|
|
||
|
#endif /* SFRT_SANDBOX_REQUEST_SCHEDULER_PS_H */
|