Add constants for fast path resume copying
[coreboot.git] / src / northbridge / via / vt8623 / raminit.h
1 #ifndef RAMINIT_H
2 #define RAMINIT_H
3
4 struct mem_controller {
5         int empty;
6 };
7
8 #endif /* RAMINIT_H */