commit | a28d46e691ab5d3aefcf317c3d2388adf86cba25 | [log] [tgz] |
---|---|---|
author | Soby Mathew <soby.mathew@arm.com> | Tue Jan 17 02:40:22 2023 +0000 |
committer | Soby Mathew <soby.mathew@arm.com> | Mon Jan 23 12:06:40 2023 +0000 |
tree | b20d698af8df235859d490401cba40ee048da2da | |
parent | 3f56a4ce8232c68000426b7eddfbd47c5c0ca896 [diff] |
refactor(lib/smc): Move COMPILER_ASSERTs to separate file To make the RMI header file simpler, the COMPILER_ASSERTs in rmi header file are moved to a separate C file and compiled as part of rmm-lib compilation unit. This allows easier sharing of RMI header with other software entities which need to invoke RMI calls. Signed-off-by: Yousuf A <yousuf.sait@arm.com> Signed-off-by: Soby Mathew <soby.mathew@arm.com> Change-Id: I12522587b7ee792500f24099072e861962c0c8f1