Skip to content

Commit 7640863

Browse files
committed
ipc4: notification: Fix include guard
Move end of the include guard to cover entire file. Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
1 parent b1c979d commit 7640863

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/include/ipc4/notification.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ enum sof_ipc4_resource_type {
117117
((notif_type) << (SOF_IPC4_GLB_NOTIFY_TYPE_SHIFT) | \
118118
((SOF_IPC4_GLB_NOTIFICATION) << (SOF_IPC4_GLB_NOTIFY_MSG_TYPE_SHIFT)))
119119

120-
#endif
121-
122120
/**
123121
* \brief IPC MAJOR 4 notification header. All IPC4 notifications use this header.
124122
*/
@@ -255,3 +253,5 @@ struct ipc4_resource_event_data_notification {
255253
/* Detailed event data */
256254
union ipc4_resource_event_data event_data;
257255
} __packed __aligned(8);
256+
257+
#endif /* __IPC4_NOTIFICATION_H__ */

0 commit comments

Comments
 (0)