source: bootcd/isolinux/syslinux-6.03/efi32/include/efi/argify.h @ e16e8f2

Last change on this file since e16e8f2 was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 1.4 KB
Line 
1
2
3/*
4 *  Copyright (C) 2001-2003 Hewlett-Packard Co.
5 *      Contributed by Stephane Eranian <eranian@hpl.hp.com>
6 *
7 *  Copyright (C) 2001 Silicon Graphics, Inc.
8 *      Contributed by Brent Casavant <bcasavan@sgi.com>
9 *
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>
14 *
15 * This file is part of the ELILO, the EFI Linux boot loader.
16 *
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.
21 *
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.
26 *
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.
31 *
32 * Please check out the elilo.txt for complete documentation on how
33 * to use this program.
34 */
35
36
37#define MAX_ARGS 256
38
39INTN
40argify(CHAR16 *buf, UINTN len, CHAR16 **argv);
41
Note: See TracBrowser for help on using the repository browser.