Go to the source code of this file.
|
| | rbu::DECLARE_EXCEPTION (RbuException) |
| |
| | rbu::DECLARE_EXCEPTION_EX (RbuNotSupported, rbu, RbuException) |
| |
| | rbu::DECLARE_EXCEPTION_EX (InvalidHdrFile, rbu, RbuException) |
| |
| | rbu::DECLARE_EXCEPTION_EX (UnsupportedSystemForHdrFile, rbu, RbuException) |
| |
| | rbu::DECLARE_EXCEPTION_EX (HdrFileIOError, rbu, RbuException) |
| |
| | rbu::DECLARE_EXCEPTION_EX (RbuDriverIOError, rbu, RbuException) |
| |
| std::ostream & | rbu::operator<< (std::ostream &cout, const IRbuHdr &item) |
| |
| void | rbu::cancelDellBiosUpdate () |
| | Cancel BIOS Update on Dell systems. More...
|
| |
| bool | rbu::checkSystemId (const IRbuHdr &hdr, u16 sysId) |
| | Check to see if a HDR file supports a specific System ID. More...
|
| |
| void | rbu::dellBiosUpdate (const IRbuHdr &hdr, packet_type force_type) |
| | Update BIOS on Dell systems. More...
|
| |
| int | rbu::compareBiosVersion (std::string ver1, std::string ver2) |
| | Compare BIOS Versions. More...
|
| |