module/alsa: export module info through the new module_info struct type

This commit is contained in:
Daniel Eklöf 2019-01-12 11:53:55 +01:00
parent eaf061ee57
commit e536391df6
4 changed files with 44 additions and 20 deletions

View file

@ -1,9 +1,4 @@
#pragma once
#include "../../font.h"
#include "../../module.h"
#include "../../particle.h"
#include "../../yml.h"
struct module *module_alsa_from_config(
const struct yml_node *node, const struct font *parent_font);
extern const struct module_info module_alsa;