This website requires JavaScript.
Explore
Help
Sign In
qi-hardware
/
gmenu2x
Watch
1
Star
0
Fork
0
You've already forked gmenu2x
mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced
2024-11-20 20:05:20 +02:00
Code
0cbb5ee09a
gmenu2x
/
src
/
cpu.h
7 lines
76 B
C
Raw
Normal View
History
Unescape
Escape
initial commit - needs clean-up Signed-off-by: Mirko Lindner <mirko@sharism.cc>
2010-02-04 13:33:47 +02:00
#
ifndef CPU_H
#
define CPU_H
void
jz_cpuspeed
(
unsigned
clockspeed
)
;
Convert source files to UNIX newlines. Most of the files were already using LF (UNIX) newlines but some were using CRLF (Windows) newlines.
2010-06-18 04:09:00 +03:00
initial commit - needs clean-up Signed-off-by: Mirko Lindner <mirko@sharism.cc>
2010-02-04 13:33:47 +02:00
#
endif
Copy Permalink