diff options
Diffstat (limited to 'include/uapi/linux/switchtec_ioctl.h')
-rw-r--r-- | include/uapi/linux/switchtec_ioctl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/switchtec_ioctl.h b/include/uapi/linux/switchtec_ioctl.h index 3e824e1a6495..5e392968bad2 100644 --- a/include/uapi/linux/switchtec_ioctl.h +++ b/include/uapi/linux/switchtec_ioctl.h | |||
@@ -39,6 +39,9 @@ struct switchtec_ioctl_flash_info { | |||
39 | __u32 padding; | 39 | __u32 padding; |
40 | }; | 40 | }; |
41 | 41 | ||
42 | #define SWITCHTEC_IOCTL_PART_ACTIVE 1 | ||
43 | #define SWITCHTEC_IOCTL_PART_RUNNING 2 | ||
44 | |||
42 | struct switchtec_ioctl_flash_part_info { | 45 | struct switchtec_ioctl_flash_part_info { |
43 | __u32 flash_partition; | 46 | __u32 flash_partition; |
44 | __u32 address; | 47 | __u32 address; |