Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / SLOF / lib / libnvram / libnvram.in
1 /******************************************************************************
2  * Copyright (c) 2004, 2008 IBM Corporation
3  * All rights reserved.
4  * This program and the accompanying materials
5  * are made available under the terms of the BSD License
6  * which accompanies this distribution, and is available at
7  * http://www.opensource.org/licenses/bsd-license.php
8  *
9  * Contributors:
10  *     IBM Corporation - initial implementation
11  *****************************************************************************/
12
13 /* NVRAM access primitives */
14 cod(nvram-c@)
15 cod(nvram-c!)
16 cod(nvram-w@)
17 cod(nvram-w!)
18 cod(nvram-l@)
19 cod(nvram-l!)
20 cod(nvram-x@)
21 cod(nvram-x!)
22
23 /* Generic NVRAM helpers */
24 cod(internal-reset-nvram)
25 cod(nvram-debug)
26 cod(wipe-nvram)
27
28 /* NVRAM Partition Handling */
29 cod(get-nvram-partition)
30 cod(get-named-nvram-partition)
31 cod(new-nvram-partition)
32 cod(increase-nvram-partition)
33 cod(erase-nvram-partition)
34 cod(delete-nvram-partition)
35
36 /* NVRAM environment access words */
37 cod(internal-get-env)
38 cod(internal-add-env)
39 cod(internal-del-env)
40 cod(internal-set-env)
41
42 cod(internal-nvram-init)