|
Linux Kernel
3.7.1
|
#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <fcntl.h>#include <sys/stat.h>#include <sys/types.h>#include <string.h>#include <stdint.h>#include <errno.h>#include <signal.h>#include <sys/mman.h>#include <sched.h>Go to the source code of this file.
Functions | |
| int | set_unload_heads_path (char *device) |
| int | valid_disk (void) |
| void | write_int (char *path, int i) |
| void | set_led (int on) |
| void | protect (int seconds) |
| int | on_ac (void) |
| int | lid_open (void) |
| void | ignore_me (void) |
| int | main (int argc, char **argv) |
Variables | |
| char | unload_heads_path [64] |
1.8.2