Changeset 26548 for tools/hotplug


Ignore:
Timestamp:
02/28/14 16:50:56 (10 years ago)
Author:
gost
Message:

[tools] hotplug for mipsel

Location:
tools/hotplug
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • tools/hotplug/module_block.c

    r6963 r26548  
    3131#include <sys/stat.h>
    3232#include <sys/wait.h>
     33#ifndef MIPSEL
    3334#include "hotplug_basename.h"
    3435#include "hotplug_devpath.h"
     
    3940#include "module_block.h"
    4041#include "udev.h"
     42#else
     43#include <hotplug_basename.h>
     44#include <hotplug_devpath.h>
     45#include <hotplug_pidfile.h>
     46#include <hotplug_setenv.h>
     47#include <hotplug_socket.h>
     48#include <hotplug_timeout.h>
     49#include <module_block.h>
     50#include <udev.h>
     51#endif
    4152
    4253static const char *block_vars[] = {
Note: See TracChangeset for help on using the changeset viewer.