Files
stmbl/shared/config.h
2017-09-06 04:20:06 +02:00

7 lines
85 B
C

#include "hal.h"
typedef struct {
NAME name;
char *config;
} config_template_t;