Adding upstream version 6.03~pre2+dfsg.
[syslinux-debian/hramrach.git] / efi32 / include / efi / argify.h
blobe3f3dc8acbeefaa76fded28bf0833514ef737895
3 /*
4 * Copyright (C) 2001-2003 Hewlett-Packard Co.
5 * Contributed by Stephane Eranian <eranian@hpl.hp.com>
7 * Copyright (C) 2001 Silicon Graphics, Inc.
8 * Contributed by Brent Casavant <bcasavan@sgi.com>
10 * Copyright (C) 2006-2009 Intel Corporation
11 * Contributed by Fenghua Yu <fenghua.yu@intel.com>
12 * Contributed by Bibo Mao <bibo.mao@intel.com>
13 * Contributed by Chandramouli Narayanan <mouli@linux.intel.com>
15 * This file is part of the ELILO, the EFI Linux boot loader.
17 * ELILO is free software; you can redistribute it and/or modify
18 * it under the terms of the GNU General Public License as published by
19 * the Free Software Foundation; either version 2, or (at your option)
20 * any later version.
22 * ELILO is distributed in the hope that it will be useful,
23 * but WITHOUT ANY WARRANTY; without even the implied warranty of
24 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 * GNU General Public License for more details.
27 * You should have received a copy of the GNU General Public License
28 * along with ELILO; see the file COPYING. If not, write to the Free
29 * Software Foundation, 59 Temple Place - Suite 330, Boston, MA
30 * 02111-1307, USA.
32 * Please check out the elilo.txt for complete documentation on how
33 * to use this program.
37 #define MAX_ARGS 256
39 INTN
40 argify(CHAR16 *buf, UINTN len, CHAR16 **argv);