blob: 01b412f9f587b1fef81bbf11c792c9486e378500 [file] [log] [blame]
/*
* Copyright (C) 2020, Samsung Electronics Co. Ltd. All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*/
#include "ssp.h"
#define DUMP_TYPE_BASE 100
void write_ssp_dump_file(struct ssp_data * data, char *dump, int dumpsize, int type, int count);
void initialize_ssp_dump(struct ssp_data *data);
void remove_ssp_dump(struct ssp_data *data);