Skip to content

Commit fd09294

Browse files
committed
[ot] hw/opentitan: ot_otp: move ot_otp_engine.h to public header directory
This is needed to implement other OTP top-specific implementations. Signed-off-by: Emmanuel Blot <[email protected]>
1 parent 3209ace commit fd09294

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

hw/opentitan/ot_otp_dj.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
#include "qemu/log.h"
3535
#include "qom/object.h"
3636
#include "hw/opentitan/ot_otp_dj.h"
37+
#include "hw/opentitan/ot_otp_engine.h"
3738
#include "hw/opentitan/ot_otp_impl_if.h"
38-
#include "ot_otp_engine.h"
3939
#include "trace.h"
4040

4141
#define NUM_ERROR_ENTRIES 24u

hw/opentitan/ot_otp_eg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
#include "qemu/log.h"
3333
#include "qom/object.h"
3434
#include "hw/opentitan/ot_otp_eg.h"
35+
#include "hw/opentitan/ot_otp_engine.h"
3536
#include "hw/opentitan/ot_otp_impl_if.h"
36-
#include "ot_otp_engine.h"
3737
#include "trace.h"
3838

3939
#define NUM_ERROR_ENTRIES 13u

hw/opentitan/ot_otp_engine.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
#include "hw/opentitan/ot_alert.h"
3636
#include "hw/opentitan/ot_fifo32.h"
3737
#include "hw/opentitan/ot_lc_ctrl.h"
38+
#include "hw/opentitan/ot_otp_engine.h"
3839
#include "hw/opentitan/ot_otp_impl_if.h"
3940
#include "hw/opentitan/ot_present.h"
4041
#include "hw/opentitan/ot_prng.h"
4142
#include "hw/opentitan/ot_pwrmgr.h"
4243
#include "hw/qdev-properties-system.h"
4344
#include "hw/qdev-properties.h"
44-
#include "ot_otp_engine.h"
4545
#include "sysemu/block-backend.h"
4646
#include "trace.h"
4747

File renamed without changes.

0 commit comments

Comments
 (0)