Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
devsynth.c File Reference
#include <linux/errno.h>
#include <linux/miscdevice.h>
#include <linux/types.h>
#include <linux/uaccess.h>
#include "speakup.h"
#include "spk_priv.h"

Go to the source code of this file.

Macros

#define SYNTH_MINOR   25
 

Functions

void speakup_register_devsynth (void)
 
void speakup_unregister_devsynth (void)
 

Macro Definition Documentation

#define SYNTH_MINOR   25

Definition at line 10 of file devsynth.c.

Function Documentation

void speakup_register_devsynth ( void  )

Definition at line 74 of file devsynth.c.

void speakup_unregister_devsynth ( void  )

Definition at line 88 of file devsynth.c.