- Move atsmedia.h to PSDK, introduce pragma once and remove the comments block and...
authorAmine Khaldi <amine.khaldi@reactos.org>
Tue, 23 Mar 2010 18:38:46 +0000 (18:38 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Tue, 23 Mar 2010 18:38:46 +0000 (18:38 +0000)
commit52281dc572d81fd4ab8b4f4cf9cdf12129c6809a
treeb4e303d8c9c29a301f778c30b2b45d9a7de199f1
parent47b1e82248d1cc321b9fe7b7ab7441cb8bc2a591
- Move atsmedia.h to PSDK, introduce pragma once and remove the comments block and the header guard.
- NTDDK -> NTAPI
- DDKCDECLAPI -> __cdecl
- Update wdm.h to reflect the recent XDK changes
- Improve bdasup.h, apply a consistent formatting, introduce pragma once and add the missing BDA_TOPOLOGY_JOINT and KSM_PIN_PAIR definitions

svn path=/branches/header-work/; revision=46362
30 files changed:
boot/freeldr/freeldr/disk/scsiport.c
dll/win32/hid/precomp.h
drivers/battery/battc/battc.c
drivers/storage/ide/uniata/atapi.h
drivers/storage/ide/uniata/bsmaster.h
drivers/storage/ide/uniata/config.h
drivers/storage/ide/uniata/srb.h
drivers/video/displays/vga/vgaddi.h
include/ddk/afilter.h
include/ddk/atsmedia.h [deleted file]
include/ddk/bdasup.h
include/ddk/hidclass.h
include/ddk/hidpi.h
include/ddk/mcd.h
include/ddk/miniport.h
include/ddk/minitape.h
include/ddk/ndis.h
include/ddk/ntagp.h
include/ddk/ntdd8042.h
include/ddk/parallel.h
include/ddk/scsiwmi.h
include/ddk/smbus.h
include/ddk/srb.h
include/ddk/storport.h
include/ddk/tdikrnl.h
include/ddk/upssvc.h
include/ddk/video.h
include/ddk/videoagp.h
include/ddk/wdm.h
include/psdk/atsmedia.h [new file with mode: 0644]