-
Notifications
You must be signed in to change notification settings - Fork 0
/
acpi.h
17 lines (14 loc) · 860 Bytes
/
acpi.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*****************************************************************************/
/* File: acpi.h */
/* */
/* Description: Header file for ACPI. */
/* */
/* Author: Shoily O Rahman <shoily@gmail.com> */
/* */
/* Date: Nov 3, 2020 */
/* */
/*****************************************************************************/
#ifndef _ACPI_H
#define _ACPI_H
void acpi_init();
#endif