~vojtech-horky/helenos/helenos-qemu

« back to all changes in this revision

Viewing changes to uspace/lib/usbdev/src/devpoll.c

  • Committer: Vojtech Horky
  • Date: 2017-06-14 06:22:31 UTC
  • mfrom: (2103.1.569 HelenOS.mainline)
  • Revision ID: vojtechhorky@users.sourceforge.net-20170614062231-q4ui9pyxp0gs2hrl
MergeĀ mainlineĀ changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
#include <stdbool.h>
50
50
#include <stdlib.h>
51
51
#include <str_error.h>
52
 
#include <sys/types.h>
 
52
#include <stddef.h>
 
53
#include <stdint.h>
53
54
 
54
55
/** Maximum number of failed consecutive requests before announcing failure. */
55
56
#define MAX_FAILED_ATTEMPTS 3