diff options
| author | Andrey Konovalov <andreyknvl@google.com> | 2019-02-01 01:08:17 +0100 |
|---|---|---|
| committer | Andrey Konovalov <andreyknvl@gmail.com> | 2019-02-01 14:40:17 +0100 |
| commit | 9f528bbcc8a3d94c9be27a0eecc12022d4b3bfaa (patch) | |
| tree | 59bcdb899b42ba9d793d5bbac6cf58a4a9132143 /sys/linux/i2c_amd64.const | |
| parent | aa53be276dc84aa8b3825b3416542447ff82b41a (diff) | |
sys/linux: rename dev descriptions files
Prefix file names of descriptions of /dev/* files with dev_.
And give some of them more appropriate names.
Diffstat (limited to 'sys/linux/i2c_amd64.const')
| -rw-r--r-- | sys/linux/i2c_amd64.const | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sys/linux/i2c_amd64.const b/sys/linux/i2c_amd64.const deleted file mode 100644 index fc24bda65..000000000 --- a/sys/linux/i2c_amd64.const +++ /dev/null @@ -1,23 +0,0 @@ -# AUTOGENERATED FILE -I2C_FUNCS = 1797 -I2C_MAX_BLOCK = 34 -I2C_M_DMA_SAFE = 512 -I2C_M_IGNORE_NAK = 4096 -I2C_M_NOSTART = 16384 -I2C_M_NO_RD_ACK = 2048 -I2C_M_RD = 1 -I2C_M_RECV_LEN = 1024 -I2C_M_REV_DIR_ADDR = 8192 -I2C_M_STOP = 32768 -I2C_M_TEN = 16 -I2C_PEC = 1800 -I2C_RDWR = 1799 -I2C_RETRIES = 1793 -I2C_SLAVE = 1795 -I2C_SLAVE_FORCE = 1798 -I2C_SMBUS = 1824 -I2C_SMBUS_I2C_BLOCK_DATA = 8 -I2C_SMBUS_QUICK = 0 -I2C_TENBIT = 1796 -I2C_TIMEOUT = 1794 -__NR_ioctl = 16 |
