Main Page | Directories | File List | Globals

machine.c File Reference

#include <agnix/agnix.h>
#include <agnix/console.h>
#include <asm/machine.h>

Include dependency graph for machine.c:

Go to the source code of this file.

Defines

#define MOD_NAME   "MACHINE: "

Functions

int do_sys_reboot (void)


Define Documentation

#define MOD_NAME   "MACHINE: "
 

Definition at line 18 of file machine.c.


Function Documentation

int do_sys_reboot void   ) 
 

Definition at line 20 of file machine.c.

References do_machine_reboot(), MOD_NAME, and printk().

00021 {
00022     printk(MOD_NAME "System is rebooting ...");
00023     
00024     do_machine_reboot();    
00025 
00026     return 0;
00027 }

Here is the call graph for this function:

Dokumentacje wygenerowano programem Doxygen 1.4.2 dla projektu Agnix