Expand description

§Types

Contains types used in the Neotron API.

Note that all types in this file that are exported in the Api structure must be #[repr(C)] and ABI stable.

Structs§

Enums§

  • Any API function which can return an error, uses this error type.
  • The kinds of memory we know about
  • The kinds of power control we can do.

Type Aliases§

  • The type of the function which starts up the Operating System. The BIOS finds and calls this function.