genode/base/include
Norman Feske 839c0263c9 Fix warning on 64bit
Because the template instantiation rules of C++ do not deal well with
null pointers specified as '0', the constructor of 'Local_addr' was
instantiated for [T = int], which does not make sense. To avoid the
warning "cast to pointer from integer of different size", we need to
explicitly state that '0' is a pointer. In C++11, there is the 'nullptr'
keyword, but until we switch to this version, we have to state (void *)0.
2013-03-22 12:41:21 +01:00
..
32bit/base Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
64bit/base Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
arm/cpu Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
base Rework the internal lock interface 2013-02-25 22:14:21 +01:00
cap_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
cpu_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
dataspace Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
drivers arndale: UART driver base 2013-02-20 19:37:58 +01:00
io_mem_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
io_port_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
irq_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
log_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
pager Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
parent Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
pd_session nova: extend pd_session by assign_pci function 2013-02-21 11:52:02 +01:00
platform arndale: board driver base 2013-02-20 19:38:32 +01:00
ram_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
rm_session Fix warning on 64bit 2013-03-22 12:41:21 +01:00
rom_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
root Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
signal_session base: make signal framework usable for base-hw 2013-02-22 20:28:28 +01:00
thread Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
util Let memcmp correspond to the C standard (fix #628) 2013-01-24 11:02:49 +01:00
x86/cpu Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
x86_32/cpu Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
x86_64/cpu Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

README

This directory contains include files of interfaces that are exported
by components to be used by other components. Each subdirectory corresponds
to the component exporting the interface.