~ubuntu-branches/ubuntu/maverick/hal/maverick

« back to all changes in this revision

Viewing changes to hald/linux/hotplug.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-10-23 12:33:58 UTC
  • mto: (1.5.1 sid)
  • mto: This revision was merged to the branch mainline in revision 90.
  • Revision ID: james.westby@ubuntu.com-20071023123358-xaf8mjc5n84d5gtz
Tags: upstream-0.5.10
ImportĀ upstreamĀ versionĀ 0.5.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        HOTPLUG_ACTION_REMOVE,
37
37
        HOTPLUG_ACTION_ONLINE,
38
38
        HOTPLUG_ACTION_OFFLINE,
 
39
        HOTPLUG_ACTION_CHANGE,
 
40
        HOTPLUG_ACTION_MOVE
39
41
} HotplugActionType;
40
42
 
41
43
typedef enum {
62
64
                struct {
63
65
                        char subsystem[HAL_NAME_MAX];           /* Kernel subsystem the device belongs to */
64
66
                        char sysfs_path[HAL_PATH_MAX];          /* Kernel device devpath */
 
67
                        char sysfs_path_old[HAL_PATH_MAX];      /* Old kernel device devpath (for 'move') */
65
68
                        char device_file[HAL_PATH_MAX];         /* Device node for the device */
66
69
                        unsigned long long seqnum;              /* kernel uevent sequence number */
67
70
                        int net_ifindex;                        /* Kernel ifindex for network devices */