Added missing arch_system_info.h header.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10911 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-01-20 18:00:33 +00:00
parent 2b9e2cec46
commit a829700f98
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
/*
* Copyright 2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#ifndef _KERNEL_ARCH_PPC_SYSTEM_INFO_H
#define _KERNEL_ARCH_PPC_SYSTEM_INFO_H
/* nothing to be seen here yet */
#endif /* _KRENEL_ARCH_PPC_SYSTEM_INFO_H */