-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobals.inc
92 lines (90 loc) · 1.97 KB
/
globals.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# globally accessible functions and data
# these will be accessible by C code and show up in the .map file
.global osResetType
.global osAppNmiBuffer
.global mainproc
.global osSendMesg
.global osRecvMesg
.global sinf
.global osSpTaskStartGo
.global __osExceptionPreamble
.global bzero
.global __osLeoInterrupt
.global _osLeoAbnormalResume
.global __osLeoResume
.global osContInit
.global __osPiCreateAccessQueue
.global __osSiGetAccess
.global __osSiRelAccess
.global osCreateThread
.global osContStartReadData
.global osContGetReadData
.global __osPackReadData
.global osVirtualToPhysical
.global osWritebackDCache
.global osInitialize
.global osPiRawReadIo
.global __osSetSR
.global __osGetSR
.global __osSiRawStartDma
.global osViBlack
.global __osSiRawReadIo
.global guMtxIdentF
.global osViSetMode
.global guLookAtF
.global osGetCount
.global __osDevMgrMain
.global osSetEventMesg
.global sqrtf
.global osLeoDiskInit
.global memcpy
.global strlen
.global strchr
.global osCreateMesgQueue
.global osInvalICache
.global osSetThreadPri
.global osViSwapBuffer
.global osGetTime
.global __osTimerServicesInit
.global __osTimerInterrupt
.global __osSetTimerIntr
.global __osInsertTimer
.global osAiSetFrequency
.global guNormalize
.global bcopy
.global guOrthoF
.global __osDisableInt
.global __osRestoreInt
.global __osViInit
.global __osViSwapContext
.global cosf
.global osViSetSpecialFeatures
.global osViSetEvent
.global __osSetFpcCsr
.global osAiGetLength
.global osMapTLBRdb
.global osSetTimer
.global __osSiRawWriteIo
.global osStartThread
.global osClockRate
.global __OSGlobalIntMask
.global __osContPifRam
.global __osContLastCmd
.global __osMaxControllers
.global __osDiskHandle
.global EntryPoint
.global _sinf
.global _osSpTaskStartGo
.global _osCreateThread
.global _osContStartReadData
.global _osContGetReadData
.global _osVirtualToPhysical
.global _osInitialize
.global _sqrtf
.global _memcpy
.global _strlen
.global _strchr
.global _guNormalize
.global __guOrthoF
.global _cosf
.global _osStartThread