cpu-x86: guard header with ifdef

This commit is contained in:
Wim Taymans 2009-08-13 17:22:39 +02:00
parent 563cb2dea9
commit e396fe67fb

View file

@ -1,3 +1,6 @@
#ifndef foocpux86hfoo
#define foocpux86hfoo
/***
This file is part of PulseAudio.
@ -59,3 +62,5 @@ typedef int64_t pa_reg_x86;
/* some optimized functions */
void pa_volume_func_init_mmx(pa_cpu_x86_flag_t flags);
void pa_volume_func_init_sse(pa_cpu_x86_flag_t flags);
#endif /* foocpux86hfoo */