iPXE
Functions | Variables
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)
 

Variables

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

Detailed Description

Version number.

Definition in file version.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )

Variable Documentation

◆ build_timestamp

unsigned long build_timestamp

Build timestamp.

Definition at line 58 of file version.c.

Referenced by efi_driver_install().

◆ build_id

unsigned long build_id

Build ID.

Definition at line 61 of file version.c.

Referenced by efi_stack_cookie(), and xsigo_xds_complete().

◆ product_major_version

const int product_major_version

Product major version.

Definition at line 64 of file version.c.

Referenced by intelxl_admin_driver(), and nbi_boot32().

◆ product_minor_version

const int product_minor_version

Product minor version.

Definition at line 67 of file version.c.

Referenced by intelxl_admin_driver(), and nbi_boot32().

◆ product_version

const char product_version[]

◆ product_name

const char product_name[]

Product name string.

Definition at line 73 of file version.c.

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

◆ product_short_name

const char product_short_name[]

Product short name string.

Definition at line 76 of file version.c.

Referenced by efi_snp_hii_package_list(), efi_snp_probe(), ena_probe(), intelxl_admin_driver(), main(), oncrpc_init_cred_sys(), and xsigo_xds_complete().

◆ build_name

const char build_name[]

Build name string.

Definition at line 79 of file version.c.

◆ product_wversion

const wchar_t product_wversion[]

Wide-character product version string.

Definition at line 82 of file version.c.

◆ product_wname

const wchar_t product_wname[]

Wide-character product name string.

Definition at line 85 of file version.c.

Referenced by efi_driver_name().

◆ product_short_wname

const wchar_t product_short_wname[]

Wide-character product short name string.

Definition at line 88 of file version.c.

◆ build_wname

const wchar_t build_wname[]

Wide-character build name string.

Definition at line 91 of file version.c.

Referenced by efi_driver_name().