reactos/drivers
Timo Kreuzer 71fefa32db
[NDK][NTOS] Add global definition of INIT_FUNCTION/INIT_SECTION (#779)
* Add an NDK header to define INIT_FUNCTION/INIT_SECTION globally
* Use _declspec(allocate(x)) and _declspec(code_seg(x)) on MSVC versions that support it
* Use INIT_FUNCTION on functions only and INIT_SECTION on data only (required by MSVC)
* Place INIT_FUNCTION before the return type (required by MSVC)
* Make sure declarations and implementations share the same modifiers (required by MSVC)
* Add a global linker option to suppress warnings about defined but unused INIT section
* Merge INIT section into .text in freeldr
2018-12-30 12:19:11 +01:00
..
base
battery
bluetooth
bus [ACPICA] Update to version 20181003. CORE-15222 2018-10-28 15:28:37 +01:00
crypto
filesystems [NDK][NTOS] Add global definition of INIT_FUNCTION/INIT_SECTION (#779) 2018-12-30 12:19:11 +01:00
filters [FLTMGR] Remove duplicated export 2018-10-29 23:56:39 +01:00
hid
input
ksfilter
multimedia
network [TCPIP] Implement InfoTdiQueryGetATInfo 2018-12-09 20:54:41 +01:00
parallel
processor
sac
serial
setup [BLUE] Perform size/rectangle boundary checks on read/write operations. CORE-15108 2018-09-29 21:55:00 +02:00
storage [FLOPPY_NEW] Import the floppy driver from MS GitHub repository 2018-12-15 20:04:00 +01:00
usb [USBEHCI_NEW] Bring-in the USB EHCI miniport driver created by Vadim Galyant. (#301) 2018-09-10 09:05:35 +02:00
wdm
wmi
CMakeLists.txt