Skip to content

Commit

Permalink
updated spi-contexthub.h kernel header
Browse files Browse the repository at this point in the history
Bug: 22526125
Change-Id: I8e5a3f84f3685eff7fbf4d4a6437c5875ec9a407
  • Loading branch information
theandi666 committed Jul 16, 2015
1 parent 14266be commit eac2f0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel-headers/linux/spi/spi-contexthub.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,7 @@ struct spi_ioc_transfer {
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
#define SPI_IOC_RESET_HUB _IOW(SPI_IOC_MAGIC, 6, __u8)
#define SPI_IOC_TXRX _IOW(SPI_IOC_MAGIC, 7, char[SPI_MSGSIZE(1)])
#define SPI_IOC_NOTIFY_HUB_SUSPENDED _IOW(SPI_IOC_MAGIC, 8, __u8)
#endif
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */

1 change: 1 addition & 0 deletions original-kernel-headers/linux/spi/spi-contexthub.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,6 @@ struct spi_ioc_transfer {
#define SPI_IOC_ENABLE_TIMESTAMPS _IOW(SPI_IOC_MAGIC, 5, __u8)
#define SPI_IOC_RESET_HUB _IOW(SPI_IOC_MAGIC, 6, __u8)
#define SPI_IOC_TXRX _IOW(SPI_IOC_MAGIC, 7, char[SPI_MSGSIZE(1)])
#define SPI_IOC_NOTIFY_HUB_SUSPENDED _IOW(SPI_IOC_MAGIC, 8, __u8)

#endif // SPI_CONTEXHUB_H

0 comments on commit eac2f0d

Please sign in to comment.