OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / user / arj / register.h
1 /*
2  * $Id: register.h,v 1.1.1.1 2002/03/28 00:03:24 andrew_belov Exp $
3  * ---------------------------------------------------------------------------
4  * REGISTER exported stubs are declared here.
5  *
6  */
7
8 #ifndef REGISTER_INCLUDED
9 #define REGISTER_INCLUDED
10
11 /* Prototypes */
12
13 void decrypt_regproc();
14 void encrypt_regproc();
15
16 #endif
17