mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-05 13:11:34 +00:00
grlib has places where a function similar to memcpy() can be provided by the driver. The signature does not match memcpy() which led to function cast warnings when memcpy() was sufficient. Provided a wrapper function to aligned the signatures.