| 991 | } |
| 992 | |
| 993 | void EFIBootData::setBootOptionSupport(uint32_t flags) |
| 994 | { |
| 995 | if(boot_option_support == flags) |
| 996 | return; |
| 997 | |
| 998 | boot_option_support = flags; |
| 999 | Q_EMIT bootOptionSupportChanged(boot_option_support); |
| 1000 | } |
| 1001 | |
| 1002 | void EFIBootData::setOsIndicationsSupported(uint64_t value) |
| 1003 | { |
nothing calls this directly
no outgoing calls
no test coverage detected