summaryrefslogtreecommitdiff
path: root/include/getset_value_list.h
blob: 99f6beefc1371017df07fcc5ad3fb26f84b6e74a (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, 0xdeadbeef) \
	/* end */