File: test.c

package info (click to toggle)
sbsigntool 0.9.4-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,000 kB
  • sloc: ansic: 8,390; sh: 194; makefile: 147
file content (8 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#include <efi.h>
#include <efilib.h>

EFI_STATUS
efi_main (EFI_HANDLE image, EFI_SYSTEM_TABLE *systab)
{
	return EFI_SUCCESS;
}