Blame utils/fwparam_ibft/prom_parse.tab.h

Packit Service 646995
/* A Bison parser, made by GNU Bison 3.0.4.  */
Packit Service 646995
Packit Service 646995
/* Bison interface for Yacc-like parsers in C
Packit Service 646995
Packit Service 646995
   Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
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 by
Packit Service 646995
   the Free Software Foundation, either version 3 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,
Packit Service 646995
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 646995
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 646995
   GNU General Public License for more details.
Packit Service 646995
Packit Service 646995
   You should have received a copy of the GNU General Public License
Packit Service 646995
   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
Packit Service 646995
Packit Service 646995
/* As a special exception, you may create a larger work that contains
Packit Service 646995
   part or all of the Bison parser skeleton and distribute that work
Packit Service 646995
   under terms of your choice, so long as that work isn't itself a
Packit Service 646995
   parser generator using the skeleton or a modified version thereof
Packit Service 646995
   as a parser skeleton.  Alternatively, if you modify or redistribute
Packit Service 646995
   the parser skeleton itself, you may (at your option) remove this
Packit Service 646995
   special exception, which will cause the skeleton and the resulting
Packit Service 646995
   Bison output files to be licensed under the GNU General Public
Packit Service 646995
   License without this special exception.
Packit Service 646995
Packit Service 646995
   This special exception was added by the Free Software Foundation in
Packit Service 646995
   version 2.2 of Bison.  */
Packit Service 646995
Packit Service 646995
#ifndef YY_YY_PROM_PARSE_TAB_H_INCLUDED
Packit Service 646995
# define YY_YY_PROM_PARSE_TAB_H_INCLUDED
Packit Service 646995
/* Debug traces.  */
Packit Service 646995
#ifndef YYDEBUG
Packit Service 646995
# define YYDEBUG 0
Packit Service 646995
#endif
Packit Service 646995
#if YYDEBUG
Packit Service 646995
extern int yydebug;
Packit Service 646995
#endif
Packit Service 646995
Packit Service 646995
/* Token type.  */
Packit Service 646995
#ifndef YYTOKENTYPE
Packit Service 646995
# define YYTOKENTYPE
Packit Service 646995
  enum yytokentype
Packit Service 646995
  {
Packit Service 646995
    BUSNAME = 258,
Packit Service 646995
    BOOTDEV = 259,
Packit Service 646995
    IPV4 = 260,
Packit Service 646995
    IQN = 261,
Packit Service 646995
    OBPPARM = 262,
Packit Service 646995
    OBPQUAL = 263,
Packit Service 646995
    HEX4 = 264,
Packit Service 646995
    HEX16 = 265,
Packit Service 646995
    VDEVICE = 266,
Packit Service 646995
    VDEVINST = 267,
Packit Service 646995
    VDEVDEV = 268,
Packit Service 646995
    VDEVRAW = 269,
Packit Service 646995
    CHOSEN = 270,
Packit Service 646995
    FILENAME = 271
Packit Service 646995
  };
Packit Service 646995
#endif
Packit Service 646995
Packit Service 646995
/* Value type.  */
Packit Service 646995
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
Packit Service 646995
Packit Service 646995
union YYSTYPE
Packit Service 646995
{
Packit Service 646995
#line 34 "prom_parse.y" /* yacc.c:1909  */
Packit Service 646995
Packit Service 646995
#define	STR_LEN		16384
Packit Service 646995
		char str[STR_LEN];
Packit Service 646995
Packit Service 646995
#line 76 "prom_parse.tab.h" /* yacc.c:1909  */
Packit Service 646995
};
Packit Service 646995
Packit Service 646995
typedef union YYSTYPE YYSTYPE;
Packit Service 646995
# define YYSTYPE_IS_TRIVIAL 1
Packit Service 646995
# define YYSTYPE_IS_DECLARED 1
Packit Service 646995
#endif
Packit Service 646995
Packit Service 646995
/* Location type.  */
Packit Service 646995
#if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
Packit Service 646995
typedef struct YYLTYPE YYLTYPE;
Packit Service 646995
struct YYLTYPE
Packit Service 646995
{
Packit Service 646995
  int first_line;
Packit Service 646995
  int first_column;
Packit Service 646995
  int last_line;
Packit Service 646995
  int last_column;
Packit Service 646995
};
Packit Service 646995
# define YYLTYPE_IS_DECLARED 1
Packit Service 646995
# define YYLTYPE_IS_TRIVIAL 1
Packit Service 646995
#endif
Packit Service 646995
Packit Service 646995
Packit Service 646995
extern YYSTYPE yylval;
Packit Service 646995
extern YYLTYPE yylloc;
Packit Service 646995
int yyparse (struct ofw_dev *ofwdev);
Packit Service 646995
Packit Service 646995
#endif /* !YY_YY_PROM_PARSE_TAB_H_INCLUDED  */