Add samsung specific changes
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
/*
|
||||
* Task Integrity Verifier
|
||||
*
|
||||
@@ -29,7 +28,7 @@ struct task_integrity;
|
||||
|
||||
struct integrity_label {
|
||||
uint16_t len;
|
||||
uint8_t data[];
|
||||
uint8_t data[0];
|
||||
} __packed;
|
||||
|
||||
enum five_event {
|
||||
|
Reference in New Issue
Block a user