1/*****************************************************************************
2 *
3 * Filename: tag_list.h
4 *
5 * Definition of basic routines that create linux-boot tag list.
6 *
7 * Revision information:
8 *
9 * 22AUG2004	kb_admin	initial creation
10 *
11 * BEGIN_KBDD_BLOCK
12 * No warranty, expressed or implied, is included with this software.  It is
13 * provided "AS IS" and no warranty of any kind including statutory or aspects
14 * relating to merchantability or fitness for any purpose is provided.  All
15 * intellectual property rights of others is maintained with the respective
16 * owners.  This software is not copyrighted and is intended for reference
17 * only.
18 * END_BLOCK
19 *
20 * $FreeBSD$
21 ****************************************************************************/
22
23#ifndef _TAG_LIST_H_
24#define _TAG_LIST_H_
25
26extern void InitTagList(char *parms, void*);
27
28#endif /* _TAG_LIST_H_ */
29