LexLeo 0.0.0-dev+f8e5087-dirty
Technical documentation
Loading...
Searching...
No Matches
fs_stream_handle.h File Reference

Private backend handle definition for the fs_stream adapter. More...

#include "internal/fs_stream_state.h"
#include "osal/mem/osal_mem_ops.h"
#include "osal/file/osal_file_ops.h"
Include dependency graph for fs_stream_handle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  fs_stream_t
 Private backend handle for the fs_stream adapter. More...
 

Typedefs

typedef struct fs_stream_t fs_stream_t
 Private backend handle for the fs_stream adapter.
 

Detailed Description

This header exposes the private in-memory backend handle used by the fs_stream adapter implementation.

Definition in file fs_stream_handle.h.

Typedef Documentation

◆ fs_stream_t

typedef struct fs_stream_t fs_stream_t

This structure stores:

  • the backend runtime state,
  • the memory operations used for backend destruction,
  • the OSAL file operations used by the adapter.