Skip to content

Fix inconsistent usage of type and compile error

Rajasekaran Kalidoss requested to merge feature/fix_type into main

uint32_t is not defined in linux/types.h and it leads to compilation error and is inconsistent. Fix it by changing to __u32.

Signed-off-by: Rajasekaran Kalidoss rajasekaran.kalidoss@arm.com Change-Id: Idfb212e241eb161dba0e1e37930df0c869c92358

Merge request reports

Loading