github.com/linuxboot/fiano@v1.2.0/pkg/intel/metadata/fit/ent_bios_startup_module_entry.go (about)

     1  // Copyright 2017-2021 the LinuxBoot Authors. All rights reserved
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  package fit
     6  
     7  // EntryBIOSStartupModuleEntry represents a FIT entry of type "BIOS Startup Module Entry" (0x07)
     8  type EntryBIOSStartupModuleEntry struct{ EntryBase }