iPXE
version.h File Reference

Version number. More...

#include <wchar.h>

Go to the source code of this file.

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 FILE_SECBOOT (PERMITTED)

Variables

unsigned long build_timestamp
 Build timestamp.
unsigned long build_id
 Build ID.
const int product_major_version
 Product major version.
const int product_minor_version
 Product minor version.
const char product_version []
 Product version string.
const char product_name []
 Product name string.
const char product_short_name []
 Product short name string.
const char build_name []
 Build name string.
const wchar_t product_wversion []
 Wide-character product version string.
const wchar_t product_wname []
 Wide-character product name string.
const wchar_t product_short_wname []
 Wide-character product short name string.
const wchar_t build_wname []
 Wide-character build name string.

Detailed Description

Version number.

Definition in file version.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )

◆ FILE_SECBOOT()

Variable Documentation

◆ build_timestamp

unsigned long build_timestamp
extern

Build timestamp.

Definition at line 59 of file version.c.

Referenced by efi_driver_install(), and FILE_SECBOOT().

◆ build_id

unsigned long build_id
extern

Build ID.

Definition at line 62 of file version.c.

Referenced by efi_stack_cookie(), FILE_SECBOOT(), and xsigo_xds_complete().

◆ product_major_version

const int product_major_version
extern

Product major version.

Definition at line 65 of file version.c.

Referenced by FILE_SECBOOT(), intelxl_admin_driver(), and nbi_boot32().

◆ product_minor_version

const int product_minor_version
extern

Product minor version.

Definition at line 68 of file version.c.

Referenced by FILE_SECBOOT(), intelxl_admin_driver(), and nbi_boot32().

◆ product_version

const char product_version[]
extern

◆ product_name

const char product_name[]
extern

Product name string.

Definition at line 74 of file version.c.

Referenced by efi_snp_hii_package_list(), ena_probe(), FILE_SECBOOT(), and intelxl_admin_driver().

◆ product_short_name

const char product_short_name[]
extern

◆ build_name

const char build_name[]
extern

Build name string.

Definition at line 80 of file version.c.

Referenced by FILE_SECBOOT().

◆ product_wversion

const wchar_t product_wversion[]
extern

Wide-character product version string.

Definition at line 83 of file version.c.

Referenced by FILE_SECBOOT().

◆ product_wname

const wchar_t product_wname[]
extern

Wide-character product name string.

Definition at line 86 of file version.c.

Referenced by efi_driver_name(), and FILE_SECBOOT().

◆ product_short_wname

const wchar_t product_short_wname[]
extern

Wide-character product short name string.

Definition at line 89 of file version.c.

Referenced by FILE_SECBOOT().

◆ build_wname

const wchar_t build_wname[]
extern

Wide-character build name string.

Definition at line 92 of file version.c.

Referenced by efi_driver_name(), and FILE_SECBOOT().