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

@ -24,6 +24,7 @@
#include <sys/types.h>
#include <stdbool.h>
#include "config.h"
#include "appevents.h"
@ -47,7 +48,7 @@ enum data_type {
/* Initialise the buffering subsystem */
void buffering_init(void);
void buffering_init(void) INIT_ATTR;
/* Reset the buffering system */
bool buffering_reset(char *buf, size_t buflen);