8 lines
131 B
C
8 lines
131 B
C
#pragma once
|
|
#ifndef __ACPI_CHECKSUM_H__
|
|
#define __ACPI_CHECKSUM_H__
|
|
|
|
UINT8 AcpiChecksum(UINT8* TablePtr, UINT32 size);
|
|
|
|
#endif
|