Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
misc.h File Reference
#include <linux/linkage.h>
#include <linux/screen_info.h>
#include <linux/elf.h>
#include <linux/io.h>
#include <asm/page.h>
#include <asm/boot.h>
#include <asm/bootparam.h>
#include "../ctype.h"

Go to the source code of this file.

Macros

#define BOOT_BOOT_H
 
#define error_putstr(__x)   __putstr(__x)
 

Functions

void __putstr (const char *s)
 

Variables

struct boot_paramsreal_mode
 

Macro Definition Documentation

#define BOOT_BOOT_H

Definition at line 22 of file misc.h.

#define error_putstr (   __x)    __putstr(__x)

Definition at line 28 of file misc.h.

Function Documentation

void __putstr ( const char s)

Definition at line 171 of file misc.c.

Variable Documentation

struct boot_params* real_mode

Definition at line 110 of file misc.c.