?? byteorder.h
字號:
#ifndef __BYTE_ORDER#define __BYTE_ORDER#ifdef PSI#include "CC2420_psi.h"#else#include <linux/module.h>#include <linux/kernel.h>#endifint is_host_msb(void);int is_host_lsb(void);uint16_t toLSB16( uint16_t a );__u16 fromLSB16( __u16 a );#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -