1157918Simp/*****************************************************************************
2157873Simp *
3157873Simp * Filename: tag_list.h
4157873Simp *
5157873Simp * Definition of basic routines that create linux-boot tag list.
6157873Simp *
7157873Simp * Revision information:
8157873Simp *
9157873Simp * 22AUG2004	kb_admin	initial creation
10157873Simp *
11157873Simp * BEGIN_KBDD_BLOCK
12157873Simp * No warranty, expressed or implied, is included with this software.  It is
13157873Simp * provided "AS IS" and no warranty of any kind including statutory or aspects
14157873Simp * relating to merchantability or fitness for any purpose is provided.  All
15157873Simp * intellectual property rights of others is maintained with the respective
16157873Simp * owners.  This software is not copyrighted and is intended for reference
17157873Simp * only.
18157873Simp * END_BLOCK
19157873Simp *
20157873Simp * $FreeBSD$
21157918Simp ****************************************************************************/
22157873Simp
23157873Simp#ifndef _TAG_LIST_H_
24157873Simp#define _TAG_LIST_H_
25157873Simp
26157873Simpextern void InitTagList(char *parms, void*);
27157873Simp
28157873Simp#endif /* _TAG_LIST_H_ */
29