Blame usr/kern_err_table.h

Packit Service 646995
/*
Packit Service 646995
 * Copyright (C) 2011 Aastha Mehta
Packit Service 646995
 * Copyright (C) 2011 Mike Christie
Packit Service 646995
 *
Packit Service 646995
 * maintained by open-iscsi@googlegroups.com
Packit Service 646995
 *
Packit Service 646995
 * This program is free software; you can redistribute it and/or modify
Packit Service 646995
 * it under the terms of the GNU General Public License as published
Packit Service 646995
 * by the Free Software Foundation; either version 2 of the License, or
Packit Service 646995
 * (at your option) any later version.
Packit Service 646995
 *
Packit Service 646995
 * This program is distributed in the hope that it will be useful, but
Packit Service 646995
 * WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 646995
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Packit Service 646995
 * General Public License for more details.
Packit Service 646995
 *
Packit Service 646995
 * See the file COPYING included with this distribution for more details.
Packit Service 646995
 */
Packit Service 646995
#ifndef __KERN_ERR_TABLE_H__
Packit Service 646995
#define __KERN_ERR_TABLE_H__
Packit Service 646995
Packit Service 646995
extern const char *kern_err_code_to_string(int);
Packit Service 646995
#endif