syscons.h (1f74490224304b836badac5720e865ab071c242f) | syscons.h (d1725ef7ffee0ca75c9ae7dfff87b09e33e800f0) |
---|---|
1/*- 2 * Copyright (c) 1995-1998 S�ren Schmidt 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 20 unchanged lines hidden (view full) --- 29 */ 30 31#ifndef _DEV_SYSCONS_SYSCONS_H_ 32#define _DEV_SYSCONS_SYSCONS_H_ 33 34/* machine-dependent part of the header */ 35 36#ifdef PC98 | 1/*- 2 * Copyright (c) 1995-1998 S�ren Schmidt 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 20 unchanged lines hidden (view full) --- 29 */ 30 31#ifndef _DEV_SYSCONS_SYSCONS_H_ 32#define _DEV_SYSCONS_SYSCONS_H_ 33 34/* machine-dependent part of the header */ 35 36#ifdef PC98 |
37#include <pc98/pc98/sc_machdep.h> | 37#include <pc98/cbus/sc_machdep.h> |
38#elif defined(__i386__) 39/* nothing for the moment */ 40#elif defined(__alpha__) 41/* nothing for the moment */ 42#endif 43 44/* default values for configuration options */ 45 --- 609 unchanged lines hidden --- | 38#elif defined(__i386__) 39/* nothing for the moment */ 40#elif defined(__alpha__) 41/* nothing for the moment */ 42#endif 43 44/* default values for configuration options */ 45 --- 609 unchanged lines hidden --- |