connector.h (4e73e0eb633f8a1b5cbf20e7f42c6dbfec1d1ca7) | connector.h (f5db4af466e2dca0fe822019812d586ca910b00c) |
---|---|
1/* 2 * connector.h 3 * 4 * 2004-2005 Copyright (c) Evgeniy Polyakov <johnpol@2ka.mipt.ru> 5 * All rights reserved. 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by --- 27 unchanged lines hidden (view full) --- 36#define CN_VAL_CIFS 0x1 37#define CN_W1_IDX 0x3 /* w1 communication */ 38#define CN_W1_VAL 0x1 39#define CN_IDX_V86D 0x4 40#define CN_VAL_V86D_UVESAFB 0x1 41#define CN_IDX_BB 0x5 /* BlackBoard, from the TSP GPL sampling framework */ 42#define CN_DST_IDX 0x6 43#define CN_DST_VAL 0x1 | 1/* 2 * connector.h 3 * 4 * 2004-2005 Copyright (c) Evgeniy Polyakov <johnpol@2ka.mipt.ru> 5 * All rights reserved. 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by --- 27 unchanged lines hidden (view full) --- 36#define CN_VAL_CIFS 0x1 37#define CN_W1_IDX 0x3 /* w1 communication */ 38#define CN_W1_VAL 0x1 39#define CN_IDX_V86D 0x4 40#define CN_VAL_V86D_UVESAFB 0x1 41#define CN_IDX_BB 0x5 /* BlackBoard, from the TSP GPL sampling framework */ 42#define CN_DST_IDX 0x6 43#define CN_DST_VAL 0x1 |
44#define CN_IDX_DM 0x7 /* Device Mapper */ 45#define CN_VAL_DM_USERSPACE_LOG 0x1 |
|
44 | 46 |
45#define CN_NETLINK_USERS 7 | 47#define CN_NETLINK_USERS 8 |
46 47/* 48 * Maximum connector's message size. 49 */ 50#define CONNECTOR_MAX_MSG_SIZE 16384 51 52/* 53 * idx and val are unique identifiers which --- 132 unchanged lines hidden --- | 48 49/* 50 * Maximum connector's message size. 51 */ 52#define CONNECTOR_MAX_MSG_SIZE 16384 53 54/* 55 * idx and val are unique identifiers which --- 132 unchanged lines hidden --- |