#ifndef __ASMFUNC_H__
#define __ASMFUNC_H__

#ifdef __cplusplus
extern "C" {
#endif

int asmfunc(void);

#ifdef __cplusplus
}
#endif

#endif