File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
components/TARGET_PSA/services/storage/its Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,7 @@ MBED_DEPRECATED("ITS specific types should not be used")
44
44
typedef psa_storage_uid_t psa_its_uid_t ;
45
45
46
46
MBED_DEPRECATED ("ITS specific types should not be used" )
47
- struct psa_its_info_t {
48
- uint32_t size ;
49
- psa_its_create_flags_t flags ;
50
- };
47
+ #define psa_its_info_t psa_storage_info_t
51
48
52
49
// These defines should also be deprecated
53
50
#define PSA_ITS_SUCCESS PSA_SUCCESS
@@ -68,10 +65,8 @@ typedef psa_storage_uid_t psa_ps_uid_t;
68
65
MBED_DEPRECATED ("PS specific types should not be used" )
69
66
typedef psa_storage_create_flags_t psa_ps_create_flags_t ;
70
67
MBED_DEPRECATED ("PS specific types should not be used" )
71
- struct psa_ps_info_t {
72
- uint32_t size ;
73
- psa_ps_create_flags_t flags ;
74
- };
68
+ #define psa_ps_info_t psa_storage_info_t
69
+
75
70
#define PSA_PS_SUCCESS PSA_SUCCESS
76
71
#define PSA_PS_ERROR_UID_NOT_FOUND PSA_ERROR_DOES_NOT_EXIST
77
72
#define PSA_PS_ERROR_STORAGE_FAILURE PSA_ERROR_STORAGE_FAILURE
You can’t perform that action at this time.
0 commit comments