Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-async-module
Commits
4e5c8fa7
Commit
4e5c8fa7
authored
Mar 13, 2016
by
Charlie Jacobsen
Browse files
Fix lcd config pre and post hooks.
parent
0fc2a1e9
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/common/awe_mapper.c
View file @
4e5c8fa7
...
...
@@ -10,7 +10,7 @@
* Date: January 2016
*/
#ifdef LCD_
ISOLATE
#ifdef LCD_
DOMAINS
#include
<lcd_config/pre_hook.h>
#endif
...
...
@@ -19,7 +19,7 @@
#include
<linux/slab.h>
#include
<awe_mapper.h>
#ifdef LCD_
ISOLATE
#ifdef LCD_
DOMAINS
#include
<lcd_config/post_hook.h>
#endif
...
...
src/common/thc.c
View file @
4e5c8fa7
...
...
@@ -36,7 +36,7 @@
#endif
#ifdef LINUX_KERNEL
#ifdef LCD_
ISOLATE
#ifdef LCD_
DOMAINS
#include
<lcd_config/pre_hook.h>
#endif
#include
<asm/page.h>
...
...
@@ -45,7 +45,7 @@
#include
<linux/bug.h>
#include
<linux/sched.h>
#include
<awe_mapper.h>
#ifdef LCD_
ISOLATE
#ifdef LCD_
DOMAINS
#include
<lcd_config/post_hook.h>
#endif
#undef DEBUG_STACK
...
...
src/common/thc_ipc.c
View file @
4e5c8fa7
#ifdef LCD_
ISOLATE
#ifdef LCD_
DOMAINS
#include
<lcd_config/pre_hook.h>
#endif
...
...
@@ -8,7 +8,7 @@
#include
<libfipc_types.h>
#include
<awe_mapper.h>
#ifdef LCD_
ISOLATE
#ifdef LCD_
DOMAINS
#include
<lcd_config/post_hook.h>
#endif
...
...
src/common/thcsync.c
View file @
4e5c8fa7
...
...
@@ -9,13 +9,13 @@
#include
<assert.h>
#endif
#ifdef LCD_
ISOLATE
#ifdef LCD_
DOMAINS
#include
<lcd_config/pre_hook.h>
#endif
#include
<thc.h>
#ifdef LCD_
ISOLATE
#ifdef LCD_
DOMAINS
#include
<lcd_config/post_hook.h>
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment