#ifndef CAPABILITY_H #define CAPABILITY_H #include #include typedef struct { char name[32]; bool supported; } capability_t; #endif