root/sys/compat/linuxkpi/common/include/linux/instruction_pointer.h
/*
 * SPDX-License-Identifier: BSD-2-Clause
 *
 * Copyright (c) 2021 Neel Chauhan
 * Copyright (c) 2026 The FreeBSD Foundation
 */

#ifndef _LINUXKPI_LINUX_INSTRUCTION_POINTER_H_
#define _LINUXKPI_LINUX_INSTRUCTION_POINTER_H_

#define _RET_IP_                __builtin_return_address(0)

#define _THIS_IP_               ((unsigned long)0) /* TODO: _THIS_IP_ not implemented. */

#endif /* _LINUXKPI_LINUX_INSTRUCTION_POINTER_H_ */