diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-10-08 15:52:10 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-10-08 16:06:26 +0200 |
| commit | 2ab6c4a4571d4170b0009a5b14b9789b016814b6 (patch) | |
| tree | 082d60d764ceed201efbb87e7163463ec152c8dc /sys/linux/dev_i2c_amd64.const | |
| parent | ec9371342725651d5d2f461abde83fbe3cf8eee9 (diff) | |
sys/linux: improve i2c descriptions a bit
Diffstat (limited to 'sys/linux/dev_i2c_amd64.const')
| -rw-r--r-- | sys/linux/dev_i2c_amd64.const | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/linux/dev_i2c_amd64.const b/sys/linux/dev_i2c_amd64.const index fc24bda65..e0978e05f 100644 --- a/sys/linux/dev_i2c_amd64.const +++ b/sys/linux/dev_i2c_amd64.const @@ -1,6 +1,7 @@ # AUTOGENERATED FILE I2C_FUNCS = 1797 -I2C_MAX_BLOCK = 34 +I2C_MAX_BLOCK_1 = 33 +I2C_MAX_BLOCK_2 = 34 I2C_M_DMA_SAFE = 512 I2C_M_IGNORE_NAK = 4096 I2C_M_NOSTART = 16384 |
