~ubuntu-branches/ubuntu/wily/hwinfo/wily

« back to all changes in this revision

Viewing changes to src/hd/hd_int.h

  • Committer: Bazaar Package Importer
  • Author(s): William Vera
  • Date: 2009-06-08 22:18:36 UTC
  • mfrom: (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090608221836-1ss2hutt4xhq414c
Tags: 16.0-1
* New upstream release
* Renamed libhd15 to libhd16 according to new soname.
* Updated the watch file

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
#define PROG_RMMOD              "/sbin/rmmod"
43
43
#define PROG_CARDCTL            "/sbin/cardctl"
44
44
#define PROG_UDEVINFO           "/usr/bin/udevinfo"
 
45
#define PROG_UDEVADM            "/sbin/udevadm"
45
46
 
46
47
#define KLOG_BOOT               "/var/log/boot.msg"
47
48
#define ISAPNP_CONF             "/etc/isapnp.conf"
239
240
char *hal_get_useful_str(hal_prop_t *prop, const char *key);       
240
241
 
241
242
hal_device_t *hal_find_device(hd_data_t *hd_data, char *udi);
 
243
hal_prop_t *hal_add_new(hal_prop_t **prop);
242
244
 
243
245
char *hd_get_hddb_dir(void);
244
246
char *hd_get_hddb_path(char *sub);
245
247
 
246
248
int hd_mod_cmp(char *str1, char *str2);
247
249
 
 
250
int get_probe_val_int(hd_data_t *hd_data, enum probe_feature feature);
 
251
char *get_probe_val_str(hd_data_t *hd_data, enum probe_feature feature);
 
252
str_list_t *get_probe_val_list(hd_data_t *hd_data, enum probe_feature feature);
 
253
 
 
254
 
248
255
 
249
256
#ifdef __cplusplus
250
257
}