File: oss.h

package info (click to toggle)
moc 1%3A2.6.0~svn-r2994-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,512 kB
  • sloc: ansic: 31,737; sh: 929; cpp: 487; makefile: 241
file content (16 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef OSS_H
#define OSS_H

#include "audio.h"

#ifdef __cplusplus
extern "C" {
#endif

void oss_funcs (struct hw_funcs *funcs);

#ifdef __cplusplus
}
#endif

#endif