summaryrefslogtreecommitdiff
path: root/include/getset_value_list.h
blob: b78dc25d14f89ee86954938d4f35781f760200a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/**
 * List of get/set value items: <name, init_val>
 */
#define GSV_LIST \
	GSV_ITEM(s5, 0) \
	/* end */