Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
heartbeat.c File Reference
#include <linux/notifier.h>
#include "ibmasm.h"
#include "dot_command.h"
#include "lowlevel.h"

Go to the source code of this file.

Functions

void ibmasm_register_panic_notifier (void)
 
void ibmasm_unregister_panic_notifier (void)
 
int ibmasm_heartbeat_init (struct service_processor *sp)
 
void ibmasm_heartbeat_exit (struct service_processor *sp)
 
void ibmasm_receive_heartbeat (struct service_processor *sp, void *message, size_t size)
 

Function Documentation

void ibmasm_heartbeat_exit ( struct service_processor sp)

Definition at line 74 of file heartbeat.c.

int ibmasm_heartbeat_init ( struct service_processor sp)

Definition at line 65 of file heartbeat.c.

void ibmasm_receive_heartbeat ( struct service_processor sp,
void message,
size_t  size 
)

Definition at line 85 of file heartbeat.c.

void ibmasm_register_panic_notifier ( void  )

Definition at line 53 of file heartbeat.c.

void ibmasm_unregister_panic_notifier ( void  )

Definition at line 58 of file heartbeat.c.