0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews/* Copyright (c) 2008 The NetBSD Foundation, Inc.
bf8267aa453e5d2a735ed732a043b77a0b355b20Mark Andrews * All rights reserved.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * Redistribution and use in source and binary forms, with or without
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * modification, are permitted provided that the following conditions
a631b30b1ddd8b2ea780371d0d99ba1c05bc7e42Francis Dupont * 1. Redistributions of source code must retain the above copyright
9c3531d72aeaad6c5f01efe6a1c82023e1379e4dDavid Lawrence * notice, this list of conditions and the following disclaimer.
f41f183f628a148860a6d1f0070208cddd45b0c6Bob Halley * 2. Redistributions in binary form must reproduce the above copyright
f41f183f628a148860a6d1f0070208cddd45b0c6Bob Halley * notice, this list of conditions and the following disclaimer in the
f41f183f628a148860a6d1f0070208cddd45b0c6Bob Halley * documentation and/or other materials provided with the distribution.
2ae159b376dac23870d8005563c585acf85a4b5aEvan Hunt * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND
801707fe19600313a0b1f7845a518100f69e58b6Evan Hunt * CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2Bob Halley * IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
#if !defined(ATF_C_DETAIL_LIST_H)
#include <stdarg.h>
#include <stdbool.h>
#include <stddef.h>
const atf_list_citer_t);
const atf_list_iter_t);