mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -04:00
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@154 4ee2a332-4b2b-5046-8439-1ba90f034370
9 lines
189 B
C
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__*/
|