mirror of
https://github.com/libretro/Mu.git
synced 2026-09-23 07:05:37 +00:00
10 lines
166 B
C
10 lines
166 B
C
#ifndef ARM_TESTS_H
|
|
#define ARM_TESTS_H
|
|
|
|
#include <stdint.h>
|
|
|
|
uint32_t testArmDataExchange(uint32_t* args);
|
|
uint32_t readAllTsc2101AdcValues(uint32_t* args);
|
|
|
|
#endif
|