Search
lxdream.org :: lxdream/src/gdrom/edc_ecc.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gdrom/edc_ecc.c
changeset 678:35eb00945316
prev669:ab344e42bca9
author nkeynes
date Thu May 29 11:00:26 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Split gdrom.h into public and private gddriver.h
Reorganize gdrom mount to use a disc change hook
file annotate diff log raw
1.1 --- a/src/gdrom/edc_ecc.c Mon May 12 10:00:13 2008 +0000
1.2 +++ b/src/gdrom/edc_ecc.c Thu May 29 11:00:26 2008 +0000
1.3 @@ -43,7 +43,7 @@
1.4 #include <stdint.h>
1.5 #include <stdio.h>
1.6 #include <string.h>
1.7 -#include "gdrom.h"
1.8 +#include "gdrom/gddriver.h"
1.9 #include "ecc.h"
1.10
1.11 #define xaligned(a, s) ((((uintptr_t)(a)) & (s)) == 0 )
.