File tree Expand file tree Collapse file tree 4 files changed +0
-7
lines changed Expand file tree Collapse file tree 4 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 2323#ifndef HW_OPENTITAN_OT_COMMON_H
2424#define HW_OPENTITAN_OT_COMMON_H
2525
26- #include "qemu/osdep.h"
27-
2826/* ------------------------------------------------------------------------ */
2927/* Multi-bit boolean values */
3028/* ------------------------------------------------------------------------ */
Original file line number Diff line number Diff line change 2626#ifndef HW_OPENTITAN_OT_FIFO32_H
2727#define HW_OPENTITAN_OT_FIFO32_H
2828
29- #include "qemu/osdep.h"
30-
3129typedef struct {
3230 uint32_t * data ;
3331 uint32_t capacity ;
Original file line number Diff line number Diff line change 2828#ifndef HW_OPENTITAN_OT_PRNG_H
2929#define HW_OPENTITAN_OT_PRNG_H
3030
31- #include "qemu/osdep.h"
32-
3331#define TYPE_OT_PRNG "ot_prng"
3432
3533typedef struct OtPrngState OtPrngState ;
Original file line number Diff line number Diff line change 2222#ifndef HW_OPENTITAN_OTBN_PROXY_H
2323#define HW_OPENTITAN_OTBN_PROXY_H
2424
25- #include "qemu/osdep.h"
2625#include "qemu/typedefs.h"
2726
2827/*
You can’t perform that action at this time.
0 commit comments