OpenBIC
OpenSource Bridge-IC
|
#include <stdint.h>
Go to the source code of this file.
Classes | |
struct | worker_job |
Macros | |
#define | MAX_WORK_NAME_LEN 32 |
Functions | |
void | init_plat_worker (int) |
uint8_t | get_work_count () |
int | add_work (worker_job *) |
void | init_worker () |
Variables | |
struct k_work_q | plat_work_q |
#define MAX_WORK_NAME_LEN 32 |
int add_work | ( | worker_job * | job | ) |
uint8_t get_work_count | ( | ) |
void init_plat_worker | ( | int | priority | ) |
void init_worker | ( | ) |
|
extern |