Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
hvc_dcc.c File Reference
#include <linux/console.h>
#include <linux/delay.h>
#include <linux/err.h>
#include <linux/init.h>
#include <linux/moduleparam.h>
#include <linux/types.h>
#include <asm/processor.h>
#include "hvc_console.h"

Go to the source code of this file.

Macros

#define DCC_STATUS_RX   (1 << 30)
 
#define DCC_STATUS_TX   (1 << 29)
 

Functions

 console_initcall (hvc_dcc_console_init)
 
 device_initcall (hvc_dcc_init)
 

Macro Definition Documentation

#define DCC_STATUS_RX   (1 << 30)

Definition at line 30 of file hvc_dcc.c.

#define DCC_STATUS_TX   (1 << 29)

Definition at line 31 of file hvc_dcc.c.

Function Documentation

console_initcall ( hvc_dcc_console_init  )
device_initcall ( hvc_dcc_init  )