summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/pcmcia/yacc_config.h
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-01-24 23:33:40 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-01-24 23:33:40 +0000
commit3a0c5648e3c0a691e285a4ae1003cb6e06a19df1 (patch)
treef30320b72d576dfcdab1e48da2e44a910185ac87 /mdk-stage1/pcmcia/yacc_config.h
parente723e8a329c96201c01e5f8b7621e462042bb9e3 (diff)
downloaddrakx-backup-do-not-use-3a0c5648e3c0a691e285a4ae1003cb6e06a19df1.tar
drakx-backup-do-not-use-3a0c5648e3c0a691e285a4ae1003cb6e06a19df1.tar.gz
drakx-backup-do-not-use-3a0c5648e3c0a691e285a4ae1003cb6e06a19df1.tar.bz2
drakx-backup-do-not-use-3a0c5648e3c0a691e285a4ae1003cb6e06a19df1.tar.xz
drakx-backup-do-not-use-3a0c5648e3c0a691e285a4ae1003cb6e06a19df1.zip
stage1: add pcmcia
Diffstat (limited to 'mdk-stage1/pcmcia/yacc_config.h')
-rw-r--r--mdk-stage1/pcmcia/yacc_config.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/mdk-stage1/pcmcia/yacc_config.h b/mdk-stage1/pcmcia/yacc_config.h
new file mode 100644
index 000000000..b4902c8e6
--- /dev/null
+++ b/mdk-stage1/pcmcia/yacc_config.h
@@ -0,0 +1,37 @@
+#define DEVICE 257
+#define CARD 258
+#define ANONYMOUS 259
+#define TUPLE 260
+#define MANFID 261
+#define VERSION 262
+#define FUNCTION 263
+#define PCI 264
+#define BIND 265
+#define CIS 266
+#define TO 267
+#define NEEDS_MTD 268
+#define MODULE 269
+#define OPTS 270
+#define CLASS 271
+#define REGION 272
+#define JEDEC 273
+#define DTYPE 274
+#define DEFAULT 275
+#define MTD 276
+#define INCLUDE 277
+#define EXCLUDE 278
+#define RESERVE 279
+#define IRQ_NO 280
+#define PORT 281
+#define MEMORY 282
+#define STRING 283
+#define NUMBER 284
+typedef union {
+ char *str;
+ u_long num;
+ struct device_info_t *device;
+ struct card_info_t *card;
+ struct mtd_ident_t *mtd;
+ struct adjust_list_t *adjust;
+} YYSTYPE;
+extern YYSTYPE yylval;