]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - 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
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
dfec072e
VN
2#ifndef ARCH__X86__MM__KMEMCHECK__OPCODE_H
3#define ARCH__X86__MM__KMEMCHECK__OPCODE_H
4
5#include <linux/types.h>
6
7void kmemcheck_opcode_decode(const uint8_t *op, unsigned int *size);
8const uint8_t *kmemcheck_opcode_get_primary(const uint8_t *op);
9
10#endif