cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

msm_debugfs.h (288B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * Copyright (C) 2016 Red Hat
      4 * Author: Rob Clark <robdclark@gmail.com>
      5 */
      6
      7#ifndef __MSM_DEBUGFS_H__
      8#define __MSM_DEBUGFS_H__
      9
     10#ifdef CONFIG_DEBUG_FS
     11void msm_debugfs_init(struct drm_minor *minor);
     12#endif
     13
     14#endif /* __MSM_DEBUGFS_H__ */