/* * Copyright 2011, Oliver Tappe . * Distributed under the terms of the MIT License. */ #ifndef _SYSTEM_SYSTEM_REVISION_H #define _SYSTEM_SYSTEM_REVISION_H /** The length of the system revision character array symbol living in libroot and the kernel */ #define SYSTEM_REVISION_LENGTH 128 #endif /* _SYSTEM_SYSTEM_REVISION_H */