repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated PCI IDs to latest snapshot.
[tangerine.git]
/
arch
/
ppc-sam440
/
timer
/
lowlevel.h
blob
f486ae0c9451645623596c3db59809f8b461aacc
1
#ifndef LOWLEVEL_H_
2
#define LOWLEVEL_H_
3
4
#include <inttypes.h>
5
#include
"timer_intern.h"
6
7
void
EClockUpdate
(
struct
TimerBase
*
TimerBase
);
8
void
EClockSet
(
struct
TimerBase
*
TimerBase
);
9
void
TimerSetup
(
struct
TimerBase
*
TimerBase
,
uint32_t
waste
);
10
11
#endif
/*LOWLEVEL_H_*/