/** Copyright 2011, Oliver Tappe <zooey@hirschkaefer.de>.* Distributed under the terms of the MIT License.*/#ifndef _LIBROOT_SYSTEM_REVISION_H#define _LIBROOT_SYSTEM_REVISION_H/** The length of the system revision character array symbol living in librootand the kernel */#define SYSTEM_REVISION_LENGTH 128#ifdef __cplusplusextern "C" {#endif/** returns the system revision */#ifdef _KERNEL_MODEconst char* get_haiku_revision(void);#elseconst char* __get_haiku_revision(void);#endif#ifdef __cplusplus}#endif#endif /* _LIBROOT_SYSTEM_REVISION_H */