kernel_samsung_a53x/drivers/gpu/drm/samsung/panel/panel_kunit.h
2024-06-15 16:02:09 -03:00

8 lines
181 B
C
Executable file

#ifndef __PANEL_KUNIT_H__
#define __PANEL_KUNIT_H__
#if !defined(CONFIG_SEC_KUNIT)
#include "kunit_mock_dummy.h"
#else
#include <kunit/mock.h>
#endif
#endif /* __PANEL_KUNIT_H__ */