projects
/
akaros.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added .pyc (Python comp files) to gitignore
[akaros.git]
/
kern
/
include
/
common.h
1
#ifndef ROS_KERN_COMMON_H
2
#define ROS_KERN_COMMON_H
3
4
#include <ros/common.h>
5
6
/* Force a rebuild of the whole kernel if 64BIT-ness changed */
7
#ifdef CONFIG_64BIT
8
#endif
9
10
#endif /* ROS_KERN_COMMON_H */
11