]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/x86/mm/kmemcheck/opcode.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / mm / kmemcheck / opcode.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef ARCH__X86__MM__KMEMCHECK__OPCODE_H
3 #define ARCH__X86__MM__KMEMCHECK__OPCODE_H
4
5 #include <linux/types.h>
6
7 void kmemcheck_opcode_decode(const uint8_t *op, unsigned int *size);
8 const uint8_t *kmemcheck_opcode_get_primary(const uint8_t *op);
9
10 #endif