1
0
Fork 0
forked from len0rd/rockbox

Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31370 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Boris Gjenero 2011-12-19 20:12:52 +00:00
parent 7d61376ef8
commit fdc29d0ea4
27 changed files with 39 additions and 10 deletions

View file

@ -23,12 +23,13 @@
#define _CODEC_THREAD_H
#include <stdbool.h>
#include "config.h"
/* codec identity */
const char *get_codec_filename(int cod_spec);
/* codec thread */
void codec_thread_init(void);
void codec_thread_init(void) INIT_ATTR;
/* Audio MUST be stopped before requesting callback! */
void codec_thread_do_callback(void (*fn)(void),