mbedtls/library/mps
Hanno Becker 447e8a5ecd Add internal header for MPS errors
This commit adds an internal header `library/mps/error.h` related
to error codes in MPS.

For now, those error codes can be considered internal and thus we
don't have to avoid clashes with other Mbed TLS error codes. This
is OK as long as it's true that MPS isn't public API, and its error
codes are never forwarded to the return values of public API calls.

The error code allocation of MPS will likely need revisiting over time.

Signed-off-by: Hanno Becker <hanno.becker@arm.com>
2021-03-29 14:19:32 +01:00
..
common.h Add implementation for MPS assertion macros 2021-03-29 14:19:32 +01:00
error.h Add internal header for MPS errors 2021-03-29 14:19:32 +01:00
reader.c Add MPS reader implementation 2021-03-29 14:19:32 +01:00
reader.h Add header and documentation for MPS reader 2021-03-29 14:19:32 +01:00
trace.h Add stub implementation for MPS tracing API 2021-03-29 14:19:32 +01:00