diff options
Diffstat (limited to 'xc/lib/GL/lowpc.c')
-rw-r--r-- | xc/lib/GL/lowpc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xc/lib/GL/lowpc.c b/xc/lib/GL/lowpc.c new file mode 100644 index 000000000..7c580a02c --- /dev/null +++ b/xc/lib/GL/lowpc.c @@ -0,0 +1,4 @@ +/* + * This is the lowest address in Mesa + */ +void glx_lowpc(void) { } |