author: kx <kx@radix-linux.su> 2024-12-20 16:11:07 +0300
committer: kx <kx@radix-linux.su> 2024-12-20 16:11:07 +0300
commit: 868b2b66b564b5c00e3a74d10be45db7151627ac
parent: cce2ae8d3312493b7653358bb4af201d3271377b
Commit Summary:
Diffstat:
1 file changed, 30 insertions, 0 deletions
diff --git a/mpu/st-service.h b/mpu/st-service.h
new file mode 100644
index 0000000..85c45cd
--- /dev/null
+++ b/mpu/st-service.h
@@ -0,0 +1,44 @@
+
+/***************************************************************
+ __ST_SERVICE.H
+
+ This file contains declarations for
+ SERVICE constants operations.
+
+ PART OF : MPU - library .
+
+ USAGE : Internal only .
+
+ NOTE : Include "libmpu.h" before this FILE .
+
+ Copyright (C) 2000 - 2024 by Andrew V.Kosteltsev.
+ All Rights Reserved.
+ ***************************************************************/
+
+#ifndef __ST_SERVICE_H
+#define __ST_SERVICE_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+extern EMUSHORT *_get_m_ln2hi_ptr ( int nb );
+extern EMUSHORT *_get_m_ln2lo_ptr ( int nb );
+extern EMUSHORT *_get_m_ln_huge_ptr ( int nb );
+extern EMUSHORT *_get_m_ln_tiny_ptr ( int nb );
+extern EMUSHORT *_get_m_athfhi_ptr ( int nb );
+extern EMUSHORT *_get_m_athflo_ptr ( int nb );
+extern EMUSHORT *_get_m_at1fhi_ptr ( int nb );
+extern EMUSHORT *_get_m_at1flo_ptr ( int nb );
+extern EMUSHORT *_get_m_39_16_ptr ( int nb );
+extern EMUSHORT *_get_m_1_16_ptr ( int nb );
+extern EMUSHORT *_get_m_thovfl_ptr ( int nb );
+
+
+
+#ifdef __cplusplus
+} /* ... extern "C" */
+#endif
+
+#endif /* __ST_SERVICE_H */