include/linux/fsldma.h

Source file repositories/reference/linux-study-clean/include/linux/fsldma.h

File Facts

System
Linux kernel
Corpus path
include/linux/fsldma.h
Extension
.h
Size
202 bytes
Lines
11
Domain
Core OS
Bucket
Core Kernel Interface
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef FSL_DMA_H
#define FSL_DMA_H
/* fsl dma API for enxternal start */
int fsl_dma_external_start(struct dma_chan *dchan, int enable);

#endif

Annotation

Implementation Notes