#ifndef __CAPIUTIL_H__
#define __CAPIUTIL_H__
#include <asm/types.h>
#define CAPIMSG_BASELEN …
#define CAPIMSG_U8(m, off) …
#define CAPIMSG_U16(m, off) …
#define CAPIMSG_U32(m, off) …
#define CAPIMSG_LEN(m) …
#define CAPIMSG_APPID(m) …
#define CAPIMSG_COMMAND(m) …
#define CAPIMSG_SUBCOMMAND(m) …
#define CAPIMSG_CMD(m) …
#define CAPIMSG_MSGID(m) …
#define CAPIMSG_CONTROLLER(m) …
#define CAPIMSG_CONTROL(m) …
#define CAPIMSG_NCCI(m) …
#define CAPIMSG_DATALEN(m) …
static inline void capimsg_setu8(void *m, int off, __u8 val)
{ … }
static inline void capimsg_setu16(void *m, int off, __u16 val)
{ … }
static inline void capimsg_setu32(void *m, int off, __u32 val)
{ … }
#define CAPIMSG_SETLEN(m, len) …
#define CAPIMSG_SETAPPID(m, applid) …
#define CAPIMSG_SETCOMMAND(m,cmd) …
#define CAPIMSG_SETSUBCOMMAND(m, cmd) …
#define CAPIMSG_SETMSGID(m, msgid) …
#define CAPIMSG_SETCONTROL(m, contr) …
#define CAPIMSG_SETDATALEN(m, len) …
#endif