|
|
#endif | #endif |
| |
long cons_dev; /* console device */ | long cons_dev; /* console device */ |
extern long int dispatch(); /* Need the full 64 bit return here...*/ |
|
| |
long | long |
cons_puts(const char *str, long len) | cons_puts(const char *str, long len) |
|
|
* This file has been ported from the DEC 32-bit Linux version | * This file has been ported from the DEC 32-bit Linux version |
* by David Mosberger (davidm@cs.arizona.edu). | * by David Mosberger (davidm@cs.arizona.edu). |
*/ | */ |
|
#include <string.h> |
#include <linux/stat.h> | #include <linux/stat.h> |
#include <linux/types.h> | #include <linux/types.h> |
#include <linux/version.h> | #include <linux/version.h> |
|
|
| |
extern long cons_dev; /* console device */ | extern long cons_dev; /* console device */ |
| |
extern long dispatch(long proc, ...); |
extern long int dispatch(long proc, ...); |
| |
#ifdef TESTING | #ifdef TESTING |
#define STRINGIFY(sym) #sym | #define STRINGIFY(sym) #sym |