LF OS
Hobby operating system for amd64 with high ambitions
Loading...
Searching...
No Matches
lfostest.h
Go to the documentation of this file.
1#ifndef _LFOSTEST_H_INCLUDED
2#define _LFOSTEST_H_INCLUDED
3
4#include <gtest/gtest.h>
5
6typedef uint64_t ptr_t;
7
8#include "../allocator.h"
9
10#if __cplusplus
11extern "C" allocator_t* alloc;
12#else
13extern allocator_t* alloc;
14#endif
15
16#endif
unsigned long uint64_t
Definition arch.h:14
allocator_t * alloc
uint64_t ptr_t
Definition lfostest.h:6