core: Add pa_cpu_init() / cpu.c

move code dealing with CPU specific code path initialization
from daemon/main.c to pulsecore/cpu.c

Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net>
This commit is contained in:
Peter Meerwald 2014-09-10 15:23:11 +02:00
parent f508b34b8b
commit 380591eb18
4 changed files with 38 additions and 12 deletions

View file

@ -42,4 +42,6 @@ struct pa_cpu_info {
} flags;
};
void pa_cpu_init(pa_cpu_info *cpu_info);
#endif /* foocpuhfoo */