?? ezhal_impl.h
字號:
//
// $Id: ezhal_impl.h,v 1.2 2005/05/26 11:34:09 weihan Exp $
//
// HAL layer internal header file.
//
#ifndef _EZHAL_IMPL_H_
#define _EZHAL_IMPL_H_
#include "eztypes.h"
#ifdef _GNUC
#define ASM_VOLATILE __asm__ __volatile__
#define ASM ASM_VOLATILE
#define DECL_ASMENTRY(lable) \
ASM(".global _"#lable";" \
".align;" \
"_"#lable":");
#define DECL_ASMLINKAGE EXTERN_C
#define DECL_ALIGN(n) __attribute__ ((aligned(n)))
#define DECL_PACKED __attribute__ ((packed))
#else
#error Compiler not supported.
#endif
#endif //_EZHAL_IMPL_H_
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -