twl_wrapsdk/build/tests/el/el-1/ARM7/src/dlltest.h
shirait 9dd92e3eee add el (tentative)
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@154 4ee2a332-4b2b-5046-8439-1ba90f034370
2007-07-02 08:08:08 +00:00

9 lines
189 B
C

#ifndef __AR_DL_TEST_H__
#define __AR_DL_TEST_H__
typedef void (*global_func_p)( void); //test_api1.c
typedef void (*g_func_p)( void); //test_api2.c
#endif /*__AR_DL_TEST_H__*/