SyterKit 0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
reg-axp.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0+ */
2
3#ifndef __G_REG_AXP_H__
4#define __G_REG_AXP_H__
5
6#include <io.h>
7#include <stdarg.h>
8#include <stdbool.h>
9#include <stddef.h>
10#include <stdint.h>
11#include <types.h>
12
13#ifdef __cplusplus
14extern "C" {
15#endif// __cplusplus
16
17#include "reg/reg-axp1530.h"
18#include "reg/reg-axp2202.h"
19#include "reg/reg-axp2101.h"
20#include "reg/reg-axp8191.h"
21#include "reg/reg-axp333.h"
22
23#ifdef __cplusplus
24}
25#endif// __cplusplus
26
27
28#endif// __G_REG_AXP_H__