~vojtech-horky/helenos/helenos-qemu

« back to all changes in this revision

Viewing changes to kernel/arch/arm32/include/arch/mm/asid.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:
38
38
#ifndef KERN_arm32_ASID_H_
39
39
#define KERN_arm32_ASID_H_
40
40
 
41
 
#include <typedefs.h>
 
41
#include <stdint.h>
42
42
 
43
43
#define ASID_MAX_ARCH           3       /* minimal required number */
44
44