Chameleon

Chameleon Commit Details

Date:2013-01-22 04:38:31 (11 years 3 months ago)
Author:Evan Lojewski
Commit:2170
Parents: 2169
Message:Add FileNVRAM api
Changes:
A/trunk/i386/modules/FileNVRAM/include/FileNVRAM.h
A/trunk/i386/modules/FileNVRAM/include

File differences

trunk/i386/modules/FileNVRAM/include/FileNVRAM.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
// FileNVRAM.h
// FileNVRAM
//
// Created by Evan Lojewski on 1/18/13.
// Copyright (c) 2013 xZenue LLC. All rights reserved.
//
#ifndef FILENVRAM_H
#define FILENVRAM_H
#include <libsaio.h>
#include <xml.h>
TagPtr getNVRAMVariable(char* key);
void addNVRAMVariable(char* key, TagPtr entry);
void removeNVRAMVariable(char* key);
#endif /* FILENVRAM_H */

Archive Download the corresponding diff file

Revision: 2170