Chameleon

Chameleon Svn Source Tree

Root/branches/Chimera/i386/modules/FileNVRAM/include/FileNVRAM.h

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

Archive Download this file

Revision: 2225