~ubuntu-branches/debian/experimental/linux-tools/experimental

« back to all changes in this revision

Viewing changes to include/net/nfc/nci.h

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2014-02-02 16:57:49 UTC
  • mfrom: (1.1.10) (0.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20140202165749-tw94o9t1t0a8txk6
Tags: 3.13-1~exp2
Merge changes from sid up to 3.12.6-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
#define NCI_GID_NFCEE_MGMT                                      0x2
167
167
#define NCI_GID_PROPRIETARY                                     0xf
168
168
 
 
169
/* ----- NCI over SPI head/crc(tail) room needed for outgoing frames ----- */
 
170
#define NCI_SPI_HDR_LEN                                         4
 
171
#define NCI_SPI_CRC_LEN                                         2
 
172
 
169
173
/* ---- NCI Packet structures ---- */
170
174
#define NCI_CTRL_HDR_SIZE                                       3
171
175
#define NCI_DATA_HDR_SIZE                                       3