PatchworkOS
Loading...
Searching...
No Matches
pipeline.h File Reference
#include <sys/io.h>
#include <sys/list.h>
#include <sys/proc.h>

Go to the source code of this file.

Data Structures

struct  cmd_t
 
struct  pipeline_t
 

Functions

uint64_t pipeline_init (pipeline_t *pipeline, const char *cmdline)
 
void pipeline_deinit (pipeline_t *pipeline)
 
uint64_t pipeline_execute (pipeline_t *pipeline)
 

Function Documentation

◆ pipeline_deinit()

◆ pipeline_execute()

◆ pipeline_init()