[Misc] Cleanup in Kernel
This commit is contained in:
committed by
Radosław Gliński
parent
50492a951e
commit
b864149575
@@ -163,9 +163,11 @@ struct Entry {
|
||||
// https://free60project.github.io/wiki/XDBF.html
|
||||
class XdbfFile {
|
||||
public:
|
||||
XdbfFile() {};
|
||||
XdbfFile() = default;
|
||||
XdbfFile(const std::span<const uint8_t> buffer);
|
||||
|
||||
~XdbfFile() = default;
|
||||
|
||||
const Entry* const GetEntry(uint16_t section, uint64_t id) const;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user