1 /* pmlinuxalsa.h -- system-specific definitions */
2 
3 PmError pm_linuxalsa_init(void);
4 void pm_linuxalsa_term(void);
5 
6 
7