#include <kernel.h>
#include <t_syslog.h>
#include "target_syssvc.h"
関数 | |
void | print_banner (intptr_t exinf) |
変数 | |
static const char | banner [] |
void print_banner | ( | intptr_t | exinf | ) |
参照先 banner, LOG_NOTICE, syslog_3, と TKERNEL_PRVER.
00066 { 00067 syslog_3(LOG_NOTICE, banner, 00068 (TKERNEL_PRVER >> 12) & 0x0fU, 00069 (TKERNEL_PRVER >> 4) & 0xffU, 00070 TKERNEL_PRVER & 0x0fU); 00071 }
const char banner[] [static] |
初期値:
"\n" "TOPPERS/ASP Kernel Release %d.%X.%d for " TARGET_NAME " (" __DATE__ ", " __TIME__ ")\n" "Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory\n" " Toyohashi Univ. of Technology, JAPAN\n" "Copyright (C) 2004-2008 by Embedded and Real-Time Systems Laboratory\n" " Graduate School of Information Science, Nagoya Univ., JAPAN\n" TARGET_COPYRIGHT
参照元 print_banner().
Copyright © 2008 by Kijineko Inc.