You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#pragma once
|
|
|
|
/*
|
|
* There is no `include/uapi/linux/compiler.h`, just `include/linux/compiler.h`.
|
|
*
|
|
* We don't need anything _in_ this file, but we do need this file.
|
|
* The two #defines are for backwards compatibility.
|
|
*/
|
|
|
|
#define __force
|
|
#define __user
|