freebsd-dev/sys/boot/arm/at91/libat91/tag_list.h
Warner Losh 9ac58632a3 MFp4:
Minor diffs to reduce diffs to p4.
2006-04-21 07:12:12 +00:00

29 lines
883 B
C

/*****************************************************************************
*
* 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_ */