compilation aborts on x86 machines

This commit is contained in:
cebix 2001-02-10 20:42:46 +00:00
parent 7e29a242e0
commit 1cca65ee5b

View File

@ -20,6 +20,10 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifdef __i386__
#error The sheep driver only runs on PowerPC machines.
#endif
#include <drivers/KernelExport.h>
#include <drivers/Drivers.h>
#include <stdio.h>