send tasks
This commit is contained in:
12
include/common/capability.h
Normal file
12
include/common/capability.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef CAPABILITY_H
|
||||
#define CAPABILITY_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
typedef struct {
|
||||
char name[32];
|
||||
bool supported;
|
||||
} capability_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user