#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include "HwProbe.h"
#include <ycp/y2log.h>
Defines | |
#define | pr_null (hd_probe_feature_t)0 |
#define | ITEM(x) ((int)x + 42) |
#define | PATHCOUNT 3 |
Functions | |
static hd_status_value_t | sym_to_status (const YCPSymbol &symbol) |
static const YCPSymbol | status_to_sym (hd_status_value_t status) |
static const YCPValue | readStatus (hd_data_t *hd_data, int which, const YCPValue &arg) |
#define ITEM | ( | x | ) | ((int)x + 42) |
#define PATHCOUNT 3 |
#define pr_null (hd_probe_feature_t)0 |
static const YCPSymbol status_to_sym | ( | hd_status_value_t | status | ) | [static] |
static hd_status_value_t sym_to_status | ( | const YCPSymbol & | symbol | ) | [static] |
Purpose: hardware autoprobe repository access handling of .probe paths
Authors: Klaus Kaempf <kkaempf@suse.de> Arvin Schnell <arvin@suse.de> Maintainer: Arvin Schnell <arvin@suse.de>
see doc/hwprobe.html for a description