Add -MF to GCC invocation to make ccache happy on Fedora Core 6.
[pintos-anon] / src / tests / userprog / boundary.h
1 #ifndef TESTS_USERPROG_BOUNDARY_H
2 #define TESTS_USERPROG_BOUNDARY_H
3
4 void *get_boundary_area (void);
5 char *copy_string_across_boundary (const char *);
6
7 #endif /* tests/userprog/boundary.h */