2005-04-17 00:20:36 +02:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
|
|
|
|
* Licensed under the GPL
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __MODE_KERN_H__
|
|
|
|
#define __MODE_KERN_H__
|
|
|
|
|
|
|
|
#ifdef CONFIG_MODE_TT
|
2006-01-19 02:42:44 +01:00
|
|
|
#include "mode_kern_tt.h"
|
2005-04-17 00:20:36 +02:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef CONFIG_MODE_SKAS
|
2006-01-19 02:42:44 +01:00
|
|
|
#include "mode_kern_skas.h"
|
2005-04-17 00:20:36 +02:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|