khypervisor  v1
include/version.h
Go to the documentation of this file.
00001 #ifndef _VERSION_H__
00002 #define _VERSION_H__
00003 
00004 #define BANNER_STRING "\n" \
00005 " _  __     _   ___   ______  _____ ______     _____ ____   ___  ____  \r\n" \
00006 "| |/ /    | | | \\ \\ / /  _ \\| ____|  _ \\ \\   / /_ _/ ___| / _ \\|  _ \\ \r\n" \
00007 "| ' /_____| |_| |\\ V /| |_) |  _| | |_) \\ \\ / / | |\\___ \\| | | | |_) | \r\n" \
00008 "| . \\_____|  _  | | | |  __/| |___|  _ < \\ V /  | | ___) | |_| |  _ <  \r\n" \
00009 "|_|\\_\\    |_| |_| |_| |_|   |_____|_| \\_\\ \\_/  |___|____/ \\___/|_| \\_\\ \r\n" \
00010 "\n"
00011 
00012 #endif
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines