Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.11 11 lines 267 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. 4 */ 5 6#ifndef _LINUX_NITRO_ENCLAVES_H_ 7#define _LINUX_NITRO_ENCLAVES_H_ 8 9#include <uapi/linux/nitro_enclaves.h> 10 11#endif /* _LINUX_NITRO_ENCLAVES_H_ */