24 lines
357 B
C
24 lines
357 B
C
#ifndef POWER_INTERFACE_H
|
|
#define POWER_INTERFACE_H
|
|
|
|
#include "generic/typedef.h"
|
|
|
|
#include "asm/power/p33.h"
|
|
|
|
#include "asm/power/p11.h"
|
|
|
|
#include "asm/power/power_api.h"
|
|
|
|
#include "asm/power/power_port.h"
|
|
|
|
#include "asm/power/power_wakeup.h"
|
|
|
|
#include "asm/power/power_reset.h"
|
|
|
|
#include "asm/power/power_compat.h"
|
|
|
|
#include "asm/power/lp_ipc.h"
|
|
|
|
|
|
#endif
|