diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sbi/sbi_scratch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sbi/sbi_scratch.h b/include/sbi/sbi_scratch.h index e7079f5..e35122b 100644 --- a/include/sbi/sbi_scratch.h +++ b/include/sbi/sbi_scratch.h @@ -71,7 +71,7 @@ struct sbi_scratch { unsigned long tmp0; /** Options for OpenSBI library */ unsigned long options; -} __packed; +}; /** Possible options for OpenSBI library */ enum sbi_scratch_options { |