blob: 30837f0ab7354076208f805d31aa9d5d9b7e5254 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef PAGE_TEST_H
#define PAGE_TEST_H
#ifdef __cplusplus
extern "C" {
#endif
int pgd_test(int argc, char *argv[]);
#ifdef __cplusplus
}
#endif
#endif /* PAGE_TEST_H */
|