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

noon010pc30.h (457B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2/*
      3 * Driver header for NOON010PC30L camera sensor chip.
      4 *
      5 * Copyright (c) 2010 Samsung Electronics, Co. Ltd
      6 * Contact: Sylwester Nawrocki <s.nawrocki@samsung.com>
      7 */
      8
      9#ifndef NOON010PC30_H
     10#define NOON010PC30_H
     11
     12/**
     13 * struct noon010pc30_platform_data - platform data
     14 * @clk_rate: the clock frequency in Hz
     15 */
     16
     17struct noon010pc30_platform_data {
     18	unsigned long clk_rate;
     19};
     20
     21#endif /* NOON010PC30_H */