summaryrefslogtreecommitdiff
path: root/common/usbx_device_classes/inc/ux_device_class_pima.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/usbx_device_classes/inc/ux_device_class_pima.h')
-rw-r--r--common/usbx_device_classes/inc/ux_device_class_pima.h13
1 files changed, 9 insertions, 4 deletions
diff --git a/common/usbx_device_classes/inc/ux_device_class_pima.h b/common/usbx_device_classes/inc/ux_device_class_pima.h
index 5506927..36558ba 100644
--- a/common/usbx_device_classes/inc/ux_device_class_pima.h
+++ b/common/usbx_device_classes/inc/ux_device_class_pima.h
@@ -26,7 +26,7 @@
/* COMPONENT DEFINITION RELEASE */
/* */
/* ux_device_class_pima.h PORTABLE C */
-/* 6.0 */
+/* 6.1 */
/* AUTHOR */
/* */
/* Chaoqiong Xiao, Microsoft Corporation */
@@ -41,6 +41,11 @@
/* DATE NAME DESCRIPTION */
/* */
/* 05-19-2020 Chaoqiong Xiao Initial Version 6.0 */
+/* 09-30-2020 Chaoqiong Xiao Modified comment(s), */
+/* used UX prefix to refer to */
+/* TX symbols instead of using */
+/* them directly, */
+/* resulting in version 6.1 */
/* */
/**************************************************************************/
@@ -785,10 +790,10 @@ typedef struct UX_SLAVE_CLASS_PIMA_STRUCT
ULONG ux_device_class_pima_storage_free_space_image;
UCHAR *ux_device_class_pima_storage_description;
UCHAR *ux_device_class_pima_storage_volume_label;
- TX_SEMAPHORE ux_device_class_pima_semaphore;
- TX_THREAD ux_device_class_pima_interrupt_thread;
+ UX_SEMAPHORE ux_device_class_pima_semaphore;
+ UX_THREAD ux_device_class_pima_interrupt_thread;
UCHAR *ux_device_class_pima_interrupt_thread_stack;
- TX_SEMAPHORE ux_device_class_pima_interrupt_thread_semaphore;
+ UX_SEMAPHORE ux_device_class_pima_interrupt_thread_semaphore;
UX_SLAVE_CLASS_PIMA_EVENT
*ux_device_class_pima_event_array;
UX_SLAVE_CLASS_PIMA_EVENT