1/*
2 * PROJECT: ReactOS Display Driver Model
3 * LICENSE: MIT (https://spdx.org/licenses/MIT)
4 * PURPOSE: Header file to hold win32k dxvista information
5 * COPYRIGHT: Copyright 2025 Justin Miller <justin.miller@reactos.org>
6 */
7
8#pragma once
9
10VOID
11APIENTRY
12DxStartupDxgkInt(VOID);