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

#include <ops.h>

Data Fields

void(* fixups )(void)
 
void(* image_hdr )(const void *)
 
void *(* malloc )(unsigned long size)
 
void(* free )(void *ptr)
 
void *(* realloc )(void *ptr, unsigned long size)
 
void(* exit )(void)
 
void *(* vmlinux_alloc )(unsigned long size)
 

Detailed Description

Definition at line 25 of file ops.h.

Field Documentation

void(* exit)(void)

Definition at line 31 of file ops.h.

void(* fixups)(void)

Definition at line 26 of file ops.h.

void(* free)(void *ptr)

Definition at line 29 of file ops.h.

Definition at line 27 of file ops.h.

void*(* malloc)(unsigned long size)

Definition at line 28 of file ops.h.

void*(* realloc)(void *ptr, unsigned long size)

Definition at line 30 of file ops.h.

void*(* vmlinux_alloc)(unsigned long size)

Definition at line 32 of file ops.h.


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