blob: 0f06e87cf15a6451ed68d6a90dea43ead7727288 [file] [log] [blame]
/*
* drivers/amlogic/media/gdc/src/platform/system_log.c
*
* Copyright (C) 2017 Amlogic, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
*/
#include "system_log.h"
const char *const gdc_log_level[LOG_MAX] = {"",
"EMERG", "ALERT", "CRIT", "ERR", "WARNING",
"NOTICE", "INFO", "LOG_DEBUG", "LOG_IRQ"};