~vojtech-horky/helenos/helenos-qemu

« back to all changes in this revision

Viewing changes to uspace/lib/c/arch/arm32/include/libarch/fibril.h

  • 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:
36
36
#ifndef LIBC_arm32_FIBRIL_H_
37
37
#define LIBC_arm32_FIBRIL_H_
38
38
 
39
 
#include <sys/types.h>
 
39
#include <libarch/types.h>
40
40
#include <align.h>
41
41
#include <thread.h>
42
42
#include <libarch/fibril_context.h>