mirror of
https://github.com/zeldaret/tp
synced 2026-05-25 07:23:14 -04:00
80ba3d9fd2
* checkpoint * checkpoint * rename f_pc * checkpoint * small symbol rename and fix some fpc symbols * remove unneeded entries from ldscript * simplify ok check, update docker container Co-authored-by: Pheenoh <pheenoh@gmail.com>
13 lines
257 B
C
13 lines
257 B
C
#ifndef JASTRACK_H_
|
|
#define JASTRACK_H_
|
|
|
|
extern "C" {
|
|
void openChild__8JASTrackFUl(void);
|
|
void readPort__8JASTrackFUl(void);
|
|
void setFIR__8JASTrackFPCs(void);
|
|
void setIIR__8JASTrackFPCs(void);
|
|
void writePort__8JASTrackFUlUs(void);
|
|
}
|
|
|
|
#endif // JASTRACK_H_
|