/* SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef HW_MISC_S5L8950X_AES_H #define HW_MISC_S5L8950X_AES_H #include "hw/core/sysbus.h" #include "qom/object.h" #define TYPE_S5L8950X_AES "s5l8950x-aes" OBJECT_DECLARE_SIMPLE_TYPE(S5L8950XAESState, S5L8950X_AES) #endif /* HW_MISC_S5L8950X_AES_H */