rusEFI
The most advanced open source ECU
|
This file implements a ChibiOS block device backed by a compressed (gzip) store.
Definition in file compressed_block_device.h.
Data Structures | |
struct | CompressedBlockDevice |
Functions | |
void | compressedBlockDeviceObjectInit (CompressedBlockDevice *cbd) |
void | compressedBlockDeviceStart (CompressedBlockDevice *cbd, const uint8_t *source, size_t sourceSize) |
void compressedBlockDeviceObjectInit | ( | CompressedBlockDevice * | cbd | ) |
Definition at line 138 of file compressed_block_device.cpp.
Referenced by getRamdiskDevice().
void compressedBlockDeviceStart | ( | CompressedBlockDevice * | cbd, |
const uint8_t * | source, | ||
size_t | sourceSize | ||
) |
Definition at line 144 of file compressed_block_device.cpp.
Referenced by getRamdiskDevice().