1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-08-04 15:30:24 +00:00
Files
a155-U-u1/kernel-5.10/security/samsung/dsms/dsms_rate_limit.h
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

20 lines
546 B
C

/*
* Copyright (c) 2018-2021 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 version 2
* as published by the Free Software Foundation.
*/
#ifndef _DSMS_RATE_LIMIT_H
#define _DSMS_RATE_LIMIT_H
#include "dsms_test.h"
extern int __kunit_init dsms_rate_limit_init(void);
static inline void dsms_rate_limit_exit(void) { return; }
extern int dsms_check_message_rate_limit(void);
#endif /* _DSMS_RATE_LIMIT_H */