tools/testing/cxl/cxl_core_exports.c

Source file repositories/reference/linux-study-clean/tools/testing/cxl/cxl_core_exports.c

File Facts

System
Linux kernel
Corpus path
tools/testing/cxl/cxl_core_exports.c
Extension
.c
Size
243 bytes
Lines
8
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: exported/initcall integration point
Status
integration implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

// SPDX-License-Identifier: GPL-2.0
/* Copyright(c) 2022 Intel Corporation. All rights reserved. */

#include "cxl.h"

/* Exporting of cxl_core symbols that are only used by cxl_test */
EXPORT_SYMBOL_NS_GPL(cxl_num_decoders_committed, "CXL");

Annotation

Implementation Notes