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

#ifndef _TAG_LIST_H_
#define _TAG_LIST_H_

extern void InitTagList(char *parms, void*);

#endif /* _TAG_LIST_H_ */
OpenPOWER on IntegriCloud