File tree Expand file tree Collapse file tree 7 files changed +8
-0
lines changed
Expand file tree Collapse file tree 7 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 3030#ifndef __CLK_H__
3131#define __CLK_H__
3232
33+ #include <stdint.h>
3334
3435typedef struct {
3536 uint32_t ctl ;
Original file line number Diff line number Diff line change 3030#ifndef __DMA_H__
3131#define __DMA_H__
3232
33+ #include <stdint.h>
3334
3435/*
3536 * DMA Control Block in Main Memory
Original file line number Diff line number Diff line change 3030#ifndef __GPIO_H__
3131#define __GPIO_H__
3232
33+ #include <stdint.h>
3334
3435typedef struct
3536{
Original file line number Diff line number Diff line change 3131#ifndef __PCM_H__
3232#define __PCM_H__
3333
34+ #include <stdint.h>
3435
3536/*
3637 *
Original file line number Diff line number Diff line change 3030#ifndef __PWM_H__
3131#define __PWM_H__
3232
33+ #include <stdint.h>
3334
3435/*
3536 *
Original file line number Diff line number Diff line change 3131#ifndef __RPIHW_H__
3232#define __RPIHW_H__
3333
34+ #include <stdint.h>
3435
3536typedef struct {
3637 uint32_t type ;
Original file line number Diff line number Diff line change 3535extern "C" {
3636#endif
3737
38+ #include <stdint.h>
39+
3840#include "rpihw.h"
3941#include "pwm.h"
4042
You can’t perform that action at this time.
0 commit comments