OSDN Git Service

(none)
[hos/hos-v4a.git] / aplfw / library / container / packetbuf / packetbuf_local.h
1 /** 
2  *  Hyper Operating System  Application Framework
3  *
4  * @file  packetbuf.h
5  * @brief %jp{パケットデータ用バッファクラス}
6  *
7  * Copyright (C) 2002-2007 by Project HOS
8  * http://sourceforge.jp/projects/hos/
9  */
10
11
12
13 #ifndef __HOS__packetbuf_local_h__
14 #define __HOS__packetbuf_local_h__
15
16
17 #include "packetbuf.h"
18
19
20 #define PACKETBUF_DATASIZE(len)         ((len + sizeof(int) - 1) & (~sizeof(int) - 1))                          /**< データの利用メモリ範囲設定 */
21
22
23
24 #endif  /* __HOS__packetbuf_local_h__ */
25
26
27 /* end of file */