fixed build
This commit is contained in:
parent
93e7e96ea3
commit
bf98e32c73
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#include "../page.h"
|
#include "../page.h"
|
||||||
#include <lladd/operations.h>
|
#include <lladd/operations.h>
|
||||||
|
/*
|
||||||
#define REGION_BASE (123)
|
#define REGION_BASE (123)
|
||||||
#define REGION_VACANT (REGION_BASE + 0)
|
#define REGION_VACANT (REGION_BASE + 0)
|
||||||
#define REGION_ZONED (REGION_BASE + 1)
|
#define REGION_ZONED (REGION_BASE + 1)
|
||||||
|
@ -104,3 +104,4 @@ Operation getRegionAlloc() {
|
||||||
Operation getRegionFree() {
|
Operation getRegionFree() {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
Loading…
Reference in a new issue