diff options
author | Takamichi Horikawa <myon@myon98.net> | 2021-12-04 13:41:35 +0900 |
---|---|---|
committer | Takamichi Horikawa <myon@myon98.net> | 2021-12-04 13:41:35 +0900 |
commit | 74fe5e24beb14b00ce3d69e5a3010c520d4bf8e5 (patch) | |
tree | 7977c7d2df8f02bdea1a2fc0dd50df000eb044e6 /01-ctest/test.h |
Initial: vram write test
Diffstat (limited to '01-ctest/test.h')
-rw-r--r-- | 01-ctest/test.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/01-ctest/test.h b/01-ctest/test.h new file mode 100644 index 0000000..6290759 --- /dev/null +++ b/01-ctest/test.h @@ -0,0 +1,5 @@ +#ifndef MYON_TEST_H_INCLUDED +#define MYON_TEST_H_INCLUDED +int add(int a, int b); +int addt(int a, int b) __attribute__((target("thumb"))); +#endif // MYON_TEST_H_INCLUDED |