|
@@ -8,11 +8,7 @@
|
|
/* Include headers that define the enum constants of interest */
|
|
/* Include headers that define the enum constants of interest */
|
|
#include <linux/page-flags.h>
|
|
#include <linux/page-flags.h>
|
|
#include <linux/mmzone.h>
|
|
#include <linux/mmzone.h>
|
|
-
|
|
|
|
-#define DEFINE(sym, val) \
|
|
|
|
- asm volatile("\n->" #sym " %0 " #val : : "i" (val))
|
|
|
|
-
|
|
|
|
-#define BLANK() asm volatile("\n->" : : )
|
|
|
|
|
|
+#include <linux/kbuild.h>
|
|
|
|
|
|
void foo(void)
|
|
void foo(void)
|
|
{
|
|
{
|