mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
mark physical address stuff as BSD
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
/* https://cirosantilli.com/linux-kernel-module-cheat#pagemap-dump-out */
|
||||
/* https://cirosantilli.com/linux-kernel-module-cheat#pagemap-dump-out
|
||||
*
|
||||
* This file is dual licensed as both 3-Clause BSD and GPLv3.
|
||||
*/
|
||||
|
||||
#define _XOPEN_SOURCE 700
|
||||
#include <assert.h>
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
/* https://cirosantilli.com/linux-kernel-module-cheat#userland-physical-address-experiments */
|
||||
/* https://cirosantilli.com/linux-kernel-module-cheat#userland-physical-address-experiments
|
||||
*
|
||||
* This file is dual licensed as both 3-Clause BSD and GPLv3.
|
||||
*/
|
||||
|
||||
#define _XOPEN_SOURCE 700
|
||||
#include <stdio.h> /* printf */
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
/* https://cirosantilli.com/linux-kernel-module-cheat#userland-physical-address-experiments */
|
||||
/* https://cirosantilli.com/linux-kernel-module-cheat#userland-physical-address-experiments
|
||||
*
|
||||
* This file is dual licensed as both 3-Clause BSD and GPLv3.
|
||||
*/
|
||||
|
||||
#define _XOPEN_SOURCE 700
|
||||
#include <stdint.h>
|
||||
|
||||
Reference in New Issue
Block a user