Displaying 2 results from an estimated 2 matches for "sec_siz".
Did you mean:
sec_size
2005 Dec 19
0
new(er) SEC driver.
...y"
#define SEC_STR_INPUT_VOLTAGE "input.voltage"
#define SEC_STR_OUTPUT_CURRENT "output.current"
#define SEC_STR_OUTPUT_LOAD "output.load"
#define SEC_STR_OUTPUT_POWER "output.power"
#define SEC_STR_OUTPUT_VOLTAGE "output.voltage"
#define SEC_SIZE (256)
#include "sec.h"
/* Some baud rates for setup_serial() */
#define SEC_NUMBAUDS 5
static struct baud_rate_t baud_rates[SEC_NUMBAUDS] = {
{ B1200, 1200 },
{ B2400, 2400 },
{ B4800, 4800 },
{ B9600, 9600 },
{ B19200, 19200 },
};
/* Exhaustive information f...
2013 Apr 19
8
[PATCH 0 of 8] blktap3/libvhd: Introduce VHD library.
This patch series introduces the VHD library. It is based on the blktap2 one,
with changes coming from the blktap2.5 one.
Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>