]> Joshua Wise's Git repositories - netwatch.git/blame - ich2/smram-ich2.h
Add a todo list entry.
[netwatch.git] / ich2 / smram-ich2.h
CommitLineData
f1584bb0
JW
1/* smram-ich2.h
2 * Definitions for SMRAM access for ICH2 southbridge
3 * NetWatch system management mode administration console
4 *
5 * Copyright (c) 2008 Jacob Potter and Joshua Wise. All rights reserved.
6 * This program is free software; you can redistribute and/or modify it under
7 * the terms found in the file LICENSE in the root of this source tree.
8 *
9 */
10
11
81148fa1
JW
12#ifndef __SMRAM_ICH2_H
13#define __SMRAM_ICH2_H
14
15typedef unsigned char smram_state_t;
16
17#endif
This page took 0.025491 seconds and 4 git commands to generate.