Mattias Ellert
841f9e34ad
Address type mismatch warnings on aarch64
...
The PROVIDER_INFO macro used in the aarch64 code declares all
functions with the signature:
extern void function(void);
The actual return type and parameter list of the functions are however
different. The declarations provided by the PROVIDER_INFO macro
therfore conflicts with the actual declarations of the functions
elsewhere in the code, causing compiler warnings.
This commit drops the PROVIDER_INFO macro and provides proper function
declarations, eiter by including a header file or by providing a
forward declaration. This corresponds to how the code for the other
architectures are handlinging this issue.
Signed-off-by: Mattias Ellert <mattias.ellert@physics.uu.se>
2025-04-22 12:55:53 +01:00
..
2025-04-22 12:55:53 +01:00
2024-04-22 11:35:03 +02:00
2024-04-22 11:35:03 +02:00
2024-04-22 11:35:03 +02:00
2024-04-22 11:35:03 +02:00
2024-04-22 11:35:03 +02:00
2023-12-01 14:20:56 +00:00
2024-04-22 11:35:03 +02:00
2024-04-22 11:35:03 +02:00
2024-11-19 14:20:33 +00:00
2024-04-22 11:35:03 +02:00
2024-11-19 14:20:33 +00:00
2024-04-22 11:35:03 +02:00
2024-04-22 11:35:03 +02:00
2023-12-11 22:44:07 +00:00
2022-07-14 19:23:52 -07:00
2023-12-14 17:55:49 +00:00
2023-11-23 10:56:28 +00:00
2022-07-14 19:23:52 -07:00
2022-07-14 19:23:52 -07:00
2023-12-13 17:03:16 +00:00
2022-07-14 19:23:52 -07:00
2023-12-18 14:25:22 +00:00
2023-11-23 10:56:28 +00:00
2022-07-14 19:23:52 -07:00
2022-07-14 19:23:52 -07:00
2023-12-14 17:55:49 +00:00
2022-07-14 19:23:52 -07:00
2023-12-14 17:55:49 +00:00
2023-11-23 10:56:28 +00:00
2022-07-14 19:23:52 -07:00
2022-07-14 19:23:52 -07:00
2023-12-14 17:55:49 +00:00
2022-07-14 19:23:52 -07:00
2023-12-18 14:25:22 +00:00
2023-11-23 10:56:28 +00:00
2022-07-14 19:23:52 -07:00
2022-07-14 19:23:52 -07:00
2022-07-14 19:23:52 -07:00
2023-12-14 17:55:49 +00:00
2023-11-23 10:56:28 +00:00
2022-07-14 19:23:52 -07:00
2022-07-14 19:23:52 -07:00
2023-12-14 17:55:49 +00:00
2022-07-14 19:23:52 -07:00
2023-12-18 14:25:22 +00:00
2023-11-23 10:56:28 +00:00
2022-07-14 19:23:52 -07:00
2022-07-14 19:23:52 -07:00
2022-07-14 19:23:52 -07:00
2023-12-14 17:55:49 +00:00
2023-11-23 10:56:28 +00:00
2022-07-14 19:23:52 -07:00
2022-07-14 19:23:52 -07:00
2023-12-14 17:55:49 +00:00
2022-07-14 19:23:52 -07:00
2023-12-18 14:25:22 +00:00
2023-11-23 10:56:28 +00:00
2022-07-14 19:23:52 -07:00
2022-07-14 19:23:52 -07:00
2022-07-14 19:23:52 -07:00
2023-12-14 17:55:49 +00:00
2023-11-23 10:56:28 +00:00
2022-07-14 19:23:52 -07:00
2022-07-14 19:23:52 -07:00
2022-07-14 19:23:52 -07:00
2023-12-18 14:25:22 +00:00
2023-11-23 10:56:28 +00:00
2022-07-14 19:23:52 -07:00
2022-07-14 19:23:52 -07:00
2024-04-22 11:35:03 +02:00
2024-04-22 11:35:03 +02:00
2023-12-11 22:44:07 +00:00
2022-07-14 19:23:52 -07:00
2023-12-14 17:55:49 +00:00
2023-11-23 10:56:28 +00:00
2022-07-14 19:23:52 -07:00
2024-04-22 11:35:03 +02:00
2024-04-22 11:35:03 +02:00
2022-07-14 19:23:52 -07:00
2024-04-22 11:35:03 +02:00
2023-12-01 14:20:56 +00:00
2023-12-14 17:55:49 +00:00
2022-07-14 19:23:52 -07:00
2023-12-18 14:25:22 +00:00
2023-11-23 10:56:28 +00:00
2022-07-14 19:23:52 -07:00
2022-07-14 19:23:52 -07:00
2024-04-22 11:35:03 +02:00
2024-01-15 13:52:08 +00:00
2024-04-22 11:35:03 +02:00
2024-04-22 11:35:03 +02:00
2024-01-15 13:52:08 +00:00
2024-04-22 11:35:03 +02:00
2025-03-20 19:22:40 +00:00