xref: /haiku/headers/private/kernel/arch/mipsel/arch_system_info.h (revision e81a954787e50e56a7f06f72705b7859b6ab06d1)
1 /*
2  * Copyright 2009 Haiku Inc.
3  * All rights reserved. Distributed under the terms of the MIT License.
4  */
5 #ifndef _KERNEL_ARCH_MIPSEL_SYSTEM_INFO_H
6 #define _KERNEL_ARCH_MIPSEL_SYSTEM_INFO_H
7 
8 #warning IMPLEMENT arch_system_info.h
9 
10 /* nothing to be seen here yet */
11 
12 
13 #endif /* _KERNEL_ARCH_MIPSEL_SYSTEM_INFO_H */
14 
15