Linux Audio

Check our new training course

Yocto distribution development and maintenance

Need a Yocto distribution for your embedded project?
Loading...
Note: File does not exist in v3.5.6.
1#ifndef SMT_H
2#define SMT_H 1
3
4int smt_on(void);
5
6#endif