Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
x86_init_resources Struct Reference

#include <x86_init.h>

Data Fields

void(* probe_roms )(void)
 
void(* reserve_resources )(void)
 
char *(* memory_setup )(void)
 

Detailed Description

struct x86_init_resources - platform specific resource related ops : probe BIOS roms : reserve the standard resources for the platform : platform specific memory setup

Definition at line 42 of file x86_init.h.

Field Documentation

char*(* memory_setup)(void)

Definition at line 45 of file x86_init.h.

void(* probe_roms)(void)

Definition at line 43 of file x86_init.h.

void(* reserve_resources)(void)

Definition at line 44 of file x86_init.h.


The documentation for this struct was generated from the following file: