Files
ipxe/src/include/gpxe/efi/efi_timer.h
Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations
Add FILE_LICENCE declarations to almost all files that make up the
various standard builds of gPXE.
2009-05-18 08:33:25 +01:00

19 lines
252 B
C

#ifndef _GPXE_EFI_TIMER_H
#define _GPXE_EFI_TIMER_H
/** @file
*
* gPXE timer API for EFI
*
*/
FILE_LICENCE ( GPL2_OR_LATER );
#ifdef TIMER_EFI
#define TIMER_PREFIX_efi
#else
#define TIMER_PREFIX_efi __efi_
#endif
#endif /* _GPXE_EFI_TIMER_H */