Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
eboot.c File Reference
#include <linux/efi.h>
#include <asm/efi.h>
#include <asm/setup.h>
#include <asm/desc.h>
#include "eboot.h"

Go to the source code of this file.

Data Structures

struct  initrd
 

Functions

void setup_graphics (struct boot_params *boot_params)
 
struct boot_paramsmake_boot_params (void *handle, efi_system_table_t *_table)
 
struct boot_paramsefi_main (void *handle, efi_system_table_t *_table, struct boot_params *boot_params)
 

Function Documentation

struct boot_params* efi_main ( void handle,
efi_system_table_t _table,
struct boot_params boot_params 
)
read

Definition at line 1014 of file eboot.c.

struct boot_params* make_boot_params ( void handle,
efi_system_table_t _table 
)
read

Definition at line 740 of file eboot.c.

void setup_graphics ( struct boot_params boot_params)

Definition at line 475 of file eboot.c.