Go to the documentation of this file.
21 #ifndef __SND_SEQ_INFO_H
22 #define __SND_SEQ_INFO_H
33 int snd_seq_info_init(
void );
34 int snd_seq_info_done(
void );
36 static inline int snd_seq_info_init(
void) {
return 0; }
37 static inline int snd_seq_info_done(
void) {
return 0; }