Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
1
2
3
4
5
6
7
8
9
#ifndef _H8300_PARAM_H
#define _H8300_PARAM_H

#include <uapi/asm/param.h>

#define HZ		CONFIG_HZ
#define	USER_HZ		HZ
#define	CLOCKS_PER_SEC	(USER_HZ)
#endif /* _H8300_PARAM_H */