oleavr-rgl-a500-mini-linux-.../drivers/soc/allwinner/pm/mem_ccu-sun8iw8.c
Ole André Vadla Ravnås 169c65d57e Initial commit
2022-05-07 01:01:45 +02:00

30 lines
790 B
C

/*
* Copyright (c) 2011-2020 yanggq.young@allwinnertech.com
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published by
* the Free Software Foundation.
*/
#include "pm_types.h"
#include "pm_i.h"
/*
*********************************************************************************************************
* MEM CCU INITIALISE
*
* Description: mem interrupt initialise.
*
* Arguments : none.
*
* Returns : 0/-1;
*********************************************************************************************************
*/
__s32 mem_ccu_save(struct ccm_state *ccm_reg)
{
return -1;
}
__s32 mem_ccu_restore(struct ccm_state *ccm_reg)
{
return -1;
}