Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
mpic_msgr.h File Reference
#include <linux/types.h>
#include <linux/spinlock.h>
#include <asm/smp.h>
#include <asm/io.h>

Go to the source code of this file.

Data Structures

struct  mpic_msgr
 

Functions

struct mpic_msgrmpic_msgr_get (unsigned int reg_num)
 
void mpic_msgr_put (struct mpic_msgr *msgr)
 
void mpic_msgr_enable (struct mpic_msgr *msgr)
 
void mpic_msgr_disable (struct mpic_msgr *msgr)
 

Function Documentation

void mpic_msgr_disable ( struct mpic_msgr msgr)

Definition at line 96 of file mpic_msgr.c.

void mpic_msgr_enable ( struct mpic_msgr msgr)

Definition at line 84 of file mpic_msgr.c.

struct mpic_msgr* mpic_msgr_get ( unsigned int  reg_num)
read

Definition at line 52 of file mpic_msgr.c.

void mpic_msgr_put ( struct mpic_msgr msgr)

Definition at line 73 of file mpic_msgr.c.