mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
Move the `DiskReportError()` and `DiskError()` routines into the `freeldr/disk/disk.c` file, reviving it as a collection of disk devices helpers (and more in the future). The architecture-specific disk modules only define the error code mapping `DiskGetErrorCodeString()` function, that is then used by `DiskError()`.