Home
last modified time | relevance | path

Searched defs:DECLARE_MODULE (Results 1 – 1 of 1) sorted by relevance

/sof-2.7.6/src/include/sof/audio/
Dcomponent.h591 #define DECLARE_MODULE(init) macro
594 #define DECLARE_MODULE(init) __attribute__((constructor)) \ macro
600 #define DECLARE_MODULE(init) __attribute__((__used__)) \ macro