Home
last modified time | relevance | path

Searched defs:boot_command_t (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A DEncoreBootImage.h230 struct boot_command_t struct
232 uint8_t m_checksum; //!< Simple checksum over other command fields.
233 uint8_t m_tag; //!< Tag telling which command this is.
234 uint16_t m_flags; //!< Flags for this command.
235 uint32_t m_address; //!< Target address.
236 uint32_t m_count; //!< Number of bytes on which to operate.
237 uint32_t m_data; //!< Additional data used by certain commands.