RTEMS 6.1-rc2
|
Capture buffer. More...
#include <stdlib.h>
Go to the source code of this file.
Data Structures | |
struct | rtems_capture_buffer |
typedef struct rtems_capture_buffer | rtems_capture_buffer |
void * | rtems_capture_buffer_allocate (rtems_capture_buffer *buffer, size_t size) |
void * | rtems_capture_buffer_free (rtems_capture_buffer *buffer, size_t size) |
Capture buffer.
This is a set of functions to control a variable length capture record buffer.
typedef struct rtems_capture_buffer rtems_capture_buffer |
Capture buffer. There is one per CPU.