repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub
[linux/fpc-iii.git]
/
arch
/
h8300
/
include
/
asm
/
param.h
blob
c3909e7ff178b9934a9c37ff8450643c96a64e31
1
#ifndef _H8300_PARAM_H
2
#define _H8300_PARAM_H
3
4
#include <uapi/asm/param.h>
5
6
#define HZ CONFIG_HZ
7
#define USER_HZ HZ
8
#define CLOCKS_PER_SEC (USER_HZ)
9
#endif
/* _H8300_PARAM_H */