ROFL-hal  v0.6.0dev
Typedefs | Enumerations
hal.h File Reference

Hardware Abstraction Layer (HAL) main header file. More...

#include <stdlib.h>
#include <rofl.h>
#include <rofl/datapath/pipeline/switch_port.h>
#include <rofl/datapath/pipeline/openflow/of_switch.h>
#include "hal_utils.h"

Go to the source code of this file.

Typedefs

typedef enum hal_result hal_result_t
 HAL return values. More...
 

Enumerations

enum  hal_result { HAL_SUCCESS = ROFL_SUCCESS, HAL_FAILURE = ROFL_FAILURE, HAL_FM_OVERLAP_FAILURE }
 HAL return values. More...
 

Detailed Description

Hardware Abstraction Layer (HAL) main header file.

Author
Marc Sune<marc.sune (at) bisdn.de>
Andreas Koepsel<andreas.koepsel (at) bisdn.de>

Definition in file hal.h.

Typedef Documentation

typedef enum hal_result hal_result_t

HAL return values.

Enumeration Type Documentation

enum hal_result

HAL return values.

Definition at line 26 of file hal.h.